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 ec0d110
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-github/v68/example

go 1.22.0
go 1.22

require (
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
Expand Down
2 changes: 1 addition & 1 deletion example/newreposecretwithlibsodium/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module newreposecretwithlibsodium

go 1.22.0
go 1.22

require (
github.com/GoKillers/libsodium-go v0.0.0-20171022220152-dd733721c3cb
Expand Down
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 scrape/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-github/scrape

go 1.22.0
go 1.22

require (
github.com/PuerkitoBio/goquery v1.9.3
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools

go 1.22.0
go 1.22

require (
github.com/alecthomas/kong v1.6.0
Expand Down

0 comments on commit ec0d110

Please sign in to comment.