Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
strategy:
matrix:
go-version: [1.x, 1.23.0] # test with N and the .0 release of N-1
go-version: [1.x, 1.24.0] # test with N and the .0 release of N-1
platform: [ubuntu-latest]
include:
# include windows, but only with the latest Go version, since there
Expand Down
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/v74/example

go 1.23.0
go 1.24.0

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.23.0
go 1.24.0

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/v74

go 1.23.0
go 1.24.0

require (
github.com/google/go-cmp v0.7.0
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.23.0
go 1.24.0

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

go 1.23.0
go 1.24.0

require (
github.com/golangci/plugin-module-register v0.1.1
Expand Down
Loading