3838 - uses : actions/checkout@v4
3939 - uses : actions/setup-go@v5
4040 with :
41- go-version : 1.24.4
41+ go-version : 1.25.5
4242 - name : go-build
4343 run : go build "./..."
4444
4949 - uses : actions/checkout@v4
5050 - uses : actions/setup-go@v5
5151 with :
52- go-version : 1.24.4
52+ go-version : 1.25.5
5353 - run : go install github.com/google/addlicense@latest
5454 - run : addlicense -check -f licenses/addlicense.tmpl .
5555
6060 - uses : actions/checkout@v4
6161 - uses : actions/setup-go@v5
6262 with :
63- go-version : 1.24.4
63+ go-version : 1.25.5
6464 - name : golangci-lint
6565 uses : golangci/golangci-lint-action@v7
6666 with :
8787 - uses : actions/checkout@v4
8888 - uses : actions/setup-go@v5
8989 with :
90- go-version : 1.24.4
90+ go-version : 1.25.5
9191 - name : Build
9292 run : go build -v "./..."
9393 - name : Run Tests
@@ -107,7 +107,7 @@ jobs:
107107 - uses : actions/checkout@v4
108108 - uses : actions/setup-go@v5
109109 with :
110- go-version : 1.24.4
110+ go-version : 1.25.5
111111 - name : Run Tests
112112 run : go test -tags cb_sg_devmode -race -shuffle=on -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )'
113113 shell : bash
@@ -126,7 +126,7 @@ jobs:
126126 - uses : actions/checkout@v4
127127 - uses : actions/setup-go@v5
128128 with :
129- go-version : 1.24.4
129+ go-version : 1.25.5
130130 - name : Run Tests
131131 run : go test -tags cb_sg_devmode -shuffle=on -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )'
132132 shell : bash
@@ -174,7 +174,7 @@ jobs:
174174 - uses : actions/checkout@v4
175175 - uses : actions/setup-go@v5
176176 with :
177- go-version : 1.24.4
177+ go-version : 1.25.5
178178 - name : Build
179179 run : go build -v "./tools/stats-definition-exporter"
180180 - name : Run Tests
@@ -187,7 +187,7 @@ jobs:
187187 - uses : actions/checkout@v4
188188 - uses : actions/setup-go@v5
189189 with :
190- go-version : 1.24.4
190+ go-version : 1.25.5
191191 - name : Build
192192 run : go build "./tools/cache_perf_tool"
193193 govulncheck :
@@ -197,5 +197,5 @@ jobs:
197197 - id : govulncheck
198198 uses : golang/govulncheck-action@v1
199199 with :
200- go-version-input : 1.24.4
200+ go-version-input : 1.25.5
201201 go-package : ./...
0 commit comments