File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "constraints" : {
3- "go" : "1.22 " ,
3+ "go" : "1.23 " ,
44 } ,
55 "extends" : [
66 "config:recommended"
Original file line number Diff line number Diff line change 4747 - name : Setup Go
4848 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4949 with :
50- go-version : " 1.23 "
50+ go-version : " 1.24 "
5151 if : ${{ matrix.language == 'go' }}
5252
5353 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 2626 - name : Setup Go
2727 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2828 with :
29- go-version : " 1.23 "
29+ go-version : " 1.24 "
3030
3131 - name : Checkout base branch
3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 3535 - name : Setup Go
3636 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3737 with :
38- go-version : " 1.23 "
38+ go-version : " 1.24 "
3939 check-latest : true
4040 - id : govulncheck
4141 uses : golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1
Original file line number Diff line number Diff line change 3232 - name : Setup Go
3333 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3434 with :
35- go-version : " 1.23 "
35+ go-version : " 1.24 "
3636 - name : go mod tidy
3737 run : |
3838 go mod tidy && git diff --exit-code
Original file line number Diff line number Diff line change 4848 - name : Setup Go
4949 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5050 with :
51- go-version : " 1.23 "
51+ go-version : " 1.24 "
5252
5353 - id : auth
5454 name : Authenticate to Google Cloud
@@ -143,7 +143,7 @@ jobs:
143143 strategy :
144144 matrix :
145145 goarch : ["", "386"]
146- go-version : ["1.22 ", "1.23 "]
146+ go-version : ["1.23 ", "1.24 "]
147147 fail-fast : false
148148 permissions :
149149 contents : read
Original file line number Diff line number Diff line change 11module cloud.google.com/go/cloudsqlconn
22
3- go 1.22.7
3+ go 1.23
44
5- toolchain go1.22.11
5+ toolchain go1.23.6
66
77require (
88 cloud.google.com/go/auth v0.14.1
You can’t perform that action at this time.
0 commit comments