diff --git a/.circleci/config.yml b/.circleci/config.yml index 472aa2a872..f5678e8d94 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.26.3-latest resource_class: large environment: GOPATH: /root/go diff --git a/.github/workflows/chronograf-cypress-tests.yaml b/.github/workflows/chronograf-cypress-tests.yaml index 20201f7827..135b4add22 100644 --- a/.github/workflows/chronograf-cypress-tests.yaml +++ b/.github/workflows/chronograf-cypress-tests.yaml @@ -30,7 +30,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.25.9' + go-version: '1.26.3' - name: Install pkg-config run: go install github.com/influxdata/pkg-config@v0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ccfa0bd6..82b08c0e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +2. [#6219](https://github.com/influxdata/chronograf/pull/6219): Upgrade golang to 1.26.3 ## v1.11.2 [2026-05-06] diff --git a/go.mod b/go.mod index 84917e40d1..558a1fbd44 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/influxdata/chronograf -go 1.25.9 +go 1.26.3 require ( github.com/NYTimes/gziphandler v1.1.1