Skip to content

Commit

Permalink
github: Use actions/setup-go@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguystone committed Feb 16, 2024
1 parent 076bd3a commit 69ad13d
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
- uses: actions/setup-go@v5
with:
go-version: 1.x
- run: go test -vet=all -v ./...

0 comments on commit 69ad13d

Please sign in to comment.