Skip to content

Commit

Permalink
Use outputs again
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanstoppable committed Aug 19, 2024
1 parent 7ee9def commit 57a9196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: ${{ steps.go_version.outputs.GO_VERSION }}

- name: Build
run: |
Expand Down

0 comments on commit 57a9196

Please sign in to comment.