Skip to content

Commit 8c4da0e

Browse files
authored
chore: upgrade go 1.25.10 (#6220)
* chore: upgrade go to v1.25.10 * chore: update go to v1.25.10 in CI scripts. * docs: update CHANGELOG.md
1 parent 5c06aba commit 8c4da0e

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
executors:
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

.github/workflows/chronograf-cypress-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/influxdata/chronograf
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/NYTimes/gziphandler v1.1.1

0 commit comments

Comments
 (0)