Skip to content

Commit

Permalink
chore: bump go version in tests (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessig authored Sep 24, 2024
1 parent 057e7c9 commit 578df66
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21', '1.x' ]
go: [ '1.22', '1.x' ]
name: Tests
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
- name: Go Generate
run: |
go generate ./...
git diff --quiet || (echo 'generated go files are not up-to-date, check go generate, go.sum and go.mod:' ; git diff ; exit 1)
git diff --quiet || (echo 'generated go files are not up-to-date, check go generate, go.sum and go.mod:' ; git diff ; exit 1)

0 comments on commit 578df66

Please sign in to comment.