Skip to content

Commit

Permalink
ci: attempt to use latest golang version in tests (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaggiowski authored Feb 21, 2024
1 parent ed337c5 commit 8234daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Use golang ${{ matrix.go_version }}
uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
cache: false
- name: Go version
run: go version
- name: Go get dependencies
Expand Down

0 comments on commit 8234daf

Please sign in to comment.