Skip to content

Commit ae46d39

Browse files
authored
Bump Go toolchain to 1.24 (#3721)
1 parent 929058e commit ae46d39

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
strategy:
2929
matrix:
30-
go-version: [1.x, 1.23.0] # test with N and the .0 release of N-1
30+
go-version: [1.x, 1.24.0] # test with N and the .0 release of N-1
3131
platform: [ubuntu-latest]
3232
include:
3333
# include windows, but only with the latest Go version, since there

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-github/v74/example
22

3-
go 1.23.0
3+
go 1.24.0
44

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

example/newreposecretwithlibsodium/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module newreposecretwithlibsodium
22

3-
go 1.23.0
3+
go 1.24.0
44

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-github/v74
22

3-
go 1.23.0
3+
go 1.24.0
44

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

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.23.0
3+
go 1.24.0
44

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

tools/sliceofpointers/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools/sliceofpointers
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/golangci/plugin-module-register v0.1.1

0 commit comments

Comments
 (0)