Skip to content

Commit 9dbf903

Browse files
chore: update v1 Proxy to use Go 1.24 (#2400)
1 parent b9d9b86 commit 9dbf903

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: "1.23"
25+
go-version: "1.24"
2626

2727
- name: Checkout base branch
2828
uses: actions/checkout@v3

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v3
2929
with:
30-
go-version: "1.23"
30+
go-version: "1.24"
3131
- name: Install goimports
3232
run: go install golang.org/x/tools/cmd/goimports@latest
3333
- name: Checkout code

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: "ubuntu-latest"
3030
strategy:
3131
matrix:
32-
go-version: ["1.22", "1.23"]
32+
go-version: ["1.23", "1.24"]
3333
fail-fast: false
3434
permissions:
3535
contents: "read"
@@ -125,7 +125,7 @@ jobs:
125125
- name: Setup Go
126126
uses: actions/setup-go@v3
127127
with:
128-
go-version: "1.23"
128+
go-version: "1.24"
129129

130130
- id: "auth"
131131
name: "Authenticate to Google Cloud"

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/GoogleCloudPlatform/cloudsql-proxy
22

3-
go 1.23.0
4-
5-
toolchain go1.23.3
3+
go 1.24
64

75
require (
86
cloud.google.com/go/compute/metadata v0.6.0

0 commit comments

Comments
 (0)