Skip to content

Commit

Permalink
fix: add check-latest flag to setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
brenank committed May 21, 2024
1 parent deb8aa4 commit 0836757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "${{ matrix.go-version }}"
check-latest: true
- name: Go Test
run: go test ./...

0 comments on commit 0836757

Please sign in to comment.