File tree Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Go
2626 uses : actions/setup-go@v4
2727 with :
28- go-version : ' 1.23 '
28+ go-version : ' 1.25 '
2929
3030 - run : GOTRACEBACK=all make test testobjiotracing generate
3131
4242 - name : Set up Go
4343 uses : actions/setup-go@v4
4444 with :
45- go-version : ' 1.23 '
45+ go-version : ' 1.25 '
4646
4747 - name : mod-tidy-check
4848 run : make mod-tidy-check
5959 - name : Set up Go
6060 uses : actions/setup-go@v4
6161 with :
62- go-version : ' 1.23 '
62+ go-version : ' 1.25 '
6363
6464 - run : GOTRACEBACK=all make test TAGS=
6565
7272 - name : Set up Go
7373 uses : actions/setup-go@v4
7474 with :
75- go-version : ' 1.23 '
75+ go-version : ' 1.25 '
7676
7777 - run : GOTRACEBACK=all make testnocgo
7878
8585 - name : Set up Go
8686 uses : actions/setup-go@v4
8787 with :
88- go-version : " 1.23 "
88+ go-version : " 1.25 "
8989
9090 - run : GOTRACEBACK=all make testrace TAGS=
9191
9898 - name : Set up Go
9999 uses : actions/setup-go@v4
100100 with :
101- go-version : ' 1.23 '
101+ go-version : ' 1.25 '
102102
103103 - run : GOTRACEBACK=all make test
104104
@@ -115,7 +115,7 @@ jobs:
115115 - name : Set up Go
116116 uses : actions/setup-go@v5
117117 with :
118- go-version : ' 1.23 '
118+ go-version : ' 1.25 '
119119
120120 - name : Stress new tests
121121 env :
Original file line number Diff line number Diff line change 2929 - name : Set up Go
3030 uses : actions/setup-go@v2
3131 with :
32- go-version : " 1.23 "
32+ go-version : " 1.25 "
3333
3434 - name : Get list of changed packages
3535 shell : bash
Original file line number Diff line number Diff line change 1414 go_version :
1515 description : ' Go version'
1616 required : false
17- default : ' 1.23 '
17+ default : ' 1.25 '
1818 type : string
1919 workflow_dispatch :
2020 inputs :
2929 go_version :
3030 description : ' Go version'
3131 required : false
32- default : ' 1.23 '
32+ default : ' 1.25 '
3333 type : string
3434
3535jobs :
Original file line number Diff line number Diff line change 5353 linux-cockroach-go :
5454 runs-on : ubuntu-latest
5555 env :
56- GO_BRANCH : cockroach-go1.23.12
56+ GO_BRANCH : cockroach-go1.25.3
5757
5858 steps :
5959 - uses : actions/checkout@v4
7676 - name : Install bootstrap Go
7777 uses : actions/setup-go@v5
7878 with :
79- go-version : " 1.23 .x"
79+ go-version : " 1.25 .x"
8080
8181 # Step 4: Run tests with custom Go
8282 - run : ./scripts/run-tests-with-custom-go.sh -tags invariants ./...
Original file line number Diff line number Diff line change 2424 - name : Set up Go
2525 uses : actions/setup-go@v2
2626 with :
27- go-version : " 1.23 "
27+ go-version : " 1.25 "
2828
2929 - name : Generate coverage
3030 run : scripts/code-coverage.sh
Original file line number Diff line number Diff line change 1414 go_version :
1515 description : ' Go version'
1616 required : false
17- default : ' 1.23 '
17+ default : ' 1.25 '
1818 type : string
1919 workflow_dispatch :
2020 inputs :
2929 go_version :
3030 description : ' Go version'
3131 required : false
32- default : ' 1.23 '
32+ default : ' 1.25 '
3333 type : string
3434
3535permissions :
Original file line number Diff line number Diff line change 1414 go_version :
1515 description : ' Go version'
1616 required : false
17- default : ' 1.23 '
17+ default : ' 1.25 '
1818 type : string
1919 workflow_dispatch :
2020 inputs :
2929 go_version :
3030 description : ' Go version'
3131 required : false
32- default : ' 1.23 '
32+ default : ' 1.25 '
3333 type : string
3434
3535jobs :
Original file line number Diff line number Diff line change 1414 go_version :
1515 description : ' Go version'
1616 required : false
17- default : ' 1.23 '
17+ default : ' 1.25 '
1818 type : string
1919 workflow_dispatch :
2020 inputs :
2929 go_version :
3030 description : ' Go version'
3131 required : false
32- default : ' 1.23 '
32+ default : ' 1.25 '
3333 type : string
3434
3535jobs :
You can’t perform that action at this time.
0 commit comments