Skip to content

Commit

Permalink
Update github action to match Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
williammoran committed Apr 19, 2024
1 parent a5fdaf2 commit b4eee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.18'
go-version: '1.22'
- uses: actions/checkout@v2
- run: go test -v -coverprofile=profile.cov ./...
- uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit b4eee99

Please sign in to comment.