File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed 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 2525 - name : Setup Go
2626 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2727 with :
28- go-version : " 1.23 "
28+ go-version : " 1.24 "
2929
3030 - name : Checkout base branch
3131 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 2727 - name : Setup Go
2828 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929 with :
30- go-version : " 1.23 "
30+ go-version : " 1.24 "
3131 - name : Checkout code
3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 - name : Generate docs and fail if there are differences
Original file line number Diff line number Diff line change 3737 - name : Setup Go
3838 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3939 with :
40- go-version : " 1.23 "
40+ go-version : " 1.24 "
4141 check-latest : true
4242 - name : Checkout code
4343 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 2727 - name : Setup Go
2828 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929 with :
30- go-version : " 1.23 "
30+ go-version : " 1.24 "
3131 - name : Checkout code
3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 - name : >
Original file line number Diff line number Diff line change 3636 - name : Setup Go
3737 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3838 with :
39- go-version : " 1.23 "
39+ go-version : " 1.24 "
4040
4141 - name : Verify FreeBSD and OpenBSD Builds
4242 run : |
6666 - name : Setup Go
6767 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6868 with :
69- go-version : " 1.23 "
69+ go-version : " 1.24 "
7070 - id : auth
7171 name : Authenticate to Google Cloud
7272 uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
@@ -173,7 +173,7 @@ jobs:
173173 - name : Setup Go
174174 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
175175 with :
176- go-version : 1.23
176+ go-version : 1.24
177177 - name : Checkout code
178178 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
179179 - name : Run tests
Original file line number Diff line number Diff line change 4040 - name : Setup Go
4141 uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4242 with :
43- go-version : " 1.23 "
43+ go-version : " 1.24 "
4444
4545 - id : auth
4646 name : Authenticate to Google Cloud
Original file line number Diff line number Diff line change 11module github.com/GoogleCloudPlatform/cloud-sql-proxy/v2
22
3- go 1.23
3+ go 1.24
44
55require (
66 cloud.google.com/go/cloudsqlconn v1.15.0
You can’t perform that action at this time.
0 commit comments