File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
22executors :
33 cross-builder :
44 docker :
5- - image : quay.io/influxdb/cross-builder:go1.25.9 -latest
5+ - image : quay.io/influxdb/cross-builder:go1.25.10 -latest
66 resource_class : large
77 environment :
88 GOPATH : /root/go
Original file line number Diff line number Diff line change 3030 - name : Setup Go
3131 uses : actions/setup-go@v5
3232 with :
33- go-version : ' 1.25.9 '
33+ go-version : ' 1.25.10 '
3434
3535 - name : Install pkg-config
3636 run : go install github.com/influxdata/pkg-config@v0.3.0
Original file line number Diff line number Diff line change 66 caused by lack of write permissions.
77 * Add write permission to the ` chronograf-cypress-tests-report.yaml ` workflow.
88 * Upgrade ` dorny/test-reporter ` action to v3
9+ 1 . [ #6220 ] ( https://github.com/influxdata/chronograf/pull/6220 ) : Upgrade golang to 1.25.10.
910
1011## v1.11.2 [ 2026-05-06]
1112
Original file line number Diff line number Diff line change 11module github.com/influxdata/chronograf
22
3- go 1.25.9
3+ go 1.25.10
44
55require (
66 github.com/NYTimes/gziphandler v1.1.1
You can’t perform that action at this time.
0 commit comments