Skip to content

Commit

Permalink
Use go 1.22 to allow building with go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Jan 14, 2025
1 parent 1343645 commit ac966a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-github/v68

go 1.22.0
go 1.22

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion script/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ for dir in $MOD_DIRS; do
(
cd "$dir"
go generate ./...
GOTOOLCHAIN="go1.22+auto" go mod tidy
go mod tidy
)
done

0 comments on commit ac966a0

Please sign in to comment.