Skip to content

Commit

Permalink
github/workflows: bump to Go 1.22 and 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 14, 2024
1 parent bb9ee83 commit e9d929d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
strategy:
matrix:
go-version:
- "1.21"
- "1.22"
- "1.23"
os:
- macos
- ubuntu
Expand All @@ -66,7 +66,7 @@ jobs:
- run: go mod download

- run: make staticcheck
if: matrix.go-version == '1.21'
if: matrix.go-version == '1.23'

- run: make gotest
env:
Expand Down

0 comments on commit e9d929d

Please sign in to comment.