Skip to content

Commit 57a9196

Browse files
committed
Use outputs again
1 parent 7ee9def commit 57a9196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: ${{ env.GO_VERSION }}
29+
go-version: ${{ steps.go_version.outputs.GO_VERSION }}
3030

3131
- name: Build
3232
run: |

0 commit comments

Comments
 (0)