Skip to content

Commit 9dc0bdb

Browse files
committed
chore: update reference go to v1.26.3 in CI pipelines
1 parent 656987b commit 9dc0bdb

2 files changed

Lines changed: 2 additions & 2 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.26.3-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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: '1.25.9'
30+
go-version: '1.26.3'
3131

3232
- name: Install pkg-config
3333
run: go install github.com/influxdata/pkg-config@v0.3.0

0 commit comments

Comments
 (0)