Skip to content

Commit

Permalink
Update setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyongyosi committed May 23, 2024
1 parent 4dc44e8 commit e324064
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 @@ -13,7 +13,7 @@ jobs:
go: [ '1.19.x', '1.20.x', '1.21.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...

0 comments on commit e324064

Please sign in to comment.