Skip to content

Commit

Permalink
Add tests on Go 1.22, and upgrade x/tools to make them work
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft committed Feb 18, 2024
1 parent 7740a6a commit 45b8a40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19', '1.20', '1.21' ]
go: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]

steps:
- name: Set up Go
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
github.com/stretchr/testify v1.8.2
github.com/vektah/gqlparser/v2 v2.5.8
golang.org/x/tools v0.9.3
golang.org/x/tools v0.18.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -20,7 +20,6 @@ require (
github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/mod v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
12 changes: 5 additions & 7 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45b8a40

Please sign in to comment.