Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
executors:
cross-builder:
docker:
- image: quay.io/influxdb/cross-builder:go1.25.9-latest
- image: quay.io/influxdb/cross-builder:go1.25.10-latest
resource_class: large
environment:
GOPATH: /root/go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chronograf-cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25.9'
go-version: '1.25.10'

- name: Install pkg-config
run: go install github.com/influxdata/pkg-config@v0.3.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
caused by lack of write permissions.
* Add write permission to the `chronograf-cypress-tests-report.yaml` workflow.
* Upgrade `dorny/test-reporter` action to v3
1. [#6220](https://github.com/influxdata/chronograf/pull/6220): Upgrade golang to 1.25.10.

## v1.11.2 [2026-05-06]

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/influxdata/chronograf

go 1.25.9
go 1.25.10

require (
github.com/NYTimes/gziphandler v1.1.1
Expand Down
Loading