From 72486fcb0a3e5a0ad6dfaf361983367faed766b3 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:33:44 -0400 Subject: [PATCH] Bump Go toolchain to 1.24 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- example/go.mod | 2 +- example/newreposecretwithlibsodium/go.mod | 2 +- go.mod | 2 +- tools/go.mod | 2 +- tools/sliceofpointers/go.mod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f5fe0bc2220..8997a22eb61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/example/go.mod b/example/go.mod index a4d2cd23522..a799978d7f3 100644 --- a/example/go.mod +++ b/example/go.mod @@ -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 diff --git a/example/newreposecretwithlibsodium/go.mod b/example/newreposecretwithlibsodium/go.mod index a47d9b77cce..bc0ec31fd80 100644 --- a/example/newreposecretwithlibsodium/go.mod +++ b/example/newreposecretwithlibsodium/go.mod @@ -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 diff --git a/go.mod b/go.mod index 971af60cb3f..01213b1304a 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/tools/go.mod b/tools/go.mod index 5294af7c45e..f7586d97561 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module tools -go 1.23.0 +go 1.24.0 require ( github.com/alecthomas/kong v1.12.1 diff --git a/tools/sliceofpointers/go.mod b/tools/sliceofpointers/go.mod index 1f4ef32db34..8c927fb4d2b 100644 --- a/tools/sliceofpointers/go.mod +++ b/tools/sliceofpointers/go.mod @@ -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