File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -185,11 +185,13 @@ jobs:
185185 # specifying bash shell ensures a failure in a piped process isn't lost by using `set -eo pipefail`
186186 shell : bash
187187 run : |
188+ go env -w GOTOOLCHAIN=go1.25.0+auto
188189 go test -v -race -cover -short ./... | tee test_results.txt
189190 - name : Run tests (386)
190191 # 386 archs don't support race detector
191192 if : matrix.goarch == '386'
192193 run : |
194+ go env -w GOTOOLCHAIN=go1.25.0+auto
193195 go test -v -cover -short ./...
194196 - name : Convert test output to XML
195197 if : ${{ (github.event_name == 'schedule' || github.event_name == 'push') && always() && matrix.goarch == '' }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module cloud.google.com/go/cloudsqlconn
22
33go 1.24.0
44
5- toolchain go1.24.2
5+ toolchain go1.25.3
66
77require (
88 cloud.google.com/go/auth v0.17.0
You can’t perform that action at this time.
0 commit comments