Skip to content

Commit

Permalink
ci: change integration tests to use the stable go version
Browse files Browse the repository at this point in the history
The stable Go version should be used to avoid keeping updating the
workflow config when a new patch version is released. This is to make
sure that Go doesn't try to download a new toolchain version.
  • Loading branch information
jeronimoalbi committed Oct 16, 2023
1 parent a0a1b17 commit df80daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/setup-go@v4
if: env.GIT_DIFF
with:
go-version-file: go.mod
go-version: 'stable'

- name: Run Integration Tests
if: env.GIT_DIFF
Expand Down

0 comments on commit df80daa

Please sign in to comment.