File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 linux :
1515 strategy :
1616 matrix :
17- go : ["1.23", "1. 24", "1.25"]
17+ go : ["1.24", "1.25"]
1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v2
3131 linux-32bit :
3232 strategy :
3333 matrix :
34- go : ["1.23 "]
34+ go : ["1.24 "]
3535 runs-on : ubuntu-latest
3636 steps :
3737 - uses : actions/checkout@v2
4747 darwin :
4848 strategy :
4949 matrix :
50- go : ["1.23 "]
50+ go : ["1.24 "]
5151 runs-on : macos-15
5252 steps :
5353 - uses : actions/checkout@v2
6363 linux-stress :
6464 strategy :
6565 matrix :
66- go : ["1.23 "]
66+ go : ["1.24 "]
6767 runs-on : ubuntu-latest
6868 steps :
6969 - uses : actions/checkout@v2
8080 linux-stress-race :
8181 strategy :
8282 matrix :
83- go : ["1.23 "]
83+ go : ["1.24 "]
8484 runs-on : ubuntu-latest
8585 steps :
8686 - uses : actions/checkout@v2
9797 linux-cockroach-go :
9898 runs-on : ubuntu-latest
9999 env :
100- GO_BRANCH : cockroach-go1.23.12
100+ GO_BRANCH : cockroach-go1.25.3
101101
102102 steps :
103103 - uses : actions/checkout@v4
@@ -120,7 +120,7 @@ jobs:
120120 - name : Install bootstrap Go
121121 uses : actions/setup-go@v5
122122 with :
123- go-version : " 1.23 .x"
123+ go-version : " 1.24 .x"
124124
125125 # Step 4: Run tests with custom Go
126126 - run : ./scripts/run-tests-with-custom-go.sh ./...
Original file line number Diff line number Diff line change 11module github.com/cockroachdb/crlib
22
3- go 1.23
3+ go 1.24
Original file line number Diff line number Diff line change 11module github.com/cockroachdb/crlib/internal/devtools
22
3- go 1.23
3+ go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.10
66
77require (
88 github.com/cockroachdb/crlfmt v0.2.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GO_REPO="https://github.com/cockroachdb/go.git"
1414GO_SHA=" ${GO_SHA:- } "
1515
1616if [ -z " $GO_SHA " ]; then
17- GO_BRANCH=" ${GO_BRANCH:- cockroach-go1.23.12 } "
17+ GO_BRANCH=" ${GO_BRANCH:- cockroach-go1.25.3 } "
1818 echo " ==> Resolving latest SHA for branch $GO_BRANCH ..."
1919 GO_SHA=$( git ls-remote " $GO_REPO " " refs/heads/$GO_BRANCH " | cut -f1)
2020fi
You can’t perform that action at this time.
0 commit comments