File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11module github.com/GoogleCloudPlatform/cloudsql-proxy
22
3- go 1.23.0
4-
5- toolchain go1.23.3
3+ go 1.24
64
75require (
86 cloud.google.com/go/compute/metadata v0.6.0
You can’t perform that action at this time.
0 commit comments