Skip to content

Commit a1281cf

Browse files
authored
chore: ensure builds use latest go (#6203)
1 parent 01eb643 commit a1281cf

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.7-latest
5+
- image: quay.io/influxdb/cross-builder:go1.25.8-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.7'
30+
go-version: '1.25.8'
3131

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

0 commit comments

Comments
 (0)