Skip to content

Commit ec0d110

Browse files
committed
Use go 1.22 to allow building with go1.18
1 parent 1343645 commit ec0d110

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-github/v68/example
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371

example/newreposecretwithlibsodium/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module newreposecretwithlibsodium
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/GoKillers/libsodium-go v0.0.0-20171022220152-dd733721c3cb

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-github/v68
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/google/go-cmp v0.6.0

scrape/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-github/scrape
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/PuerkitoBio/goquery v1.9.3

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/alecthomas/kong v1.6.0

0 commit comments

Comments
 (0)