Skip to content

Commit bec5641

Browse files
authored
Merge pull request #4271 from dtrudg/go-1.26.7
chore/fix: bump go to 1.26.7, 26.04 to tagged release job
2 parents 4eba1ca + 7a58927 commit bec5641

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
go-version:
88
type: string
9-
default: '1.26.6'
9+
default: '1.26.7'
1010

1111
executors:
1212
node:
@@ -476,7 +476,7 @@ workflows:
476476
- build-deb:
477477
matrix:
478478
parameters:
479-
e: ["ubuntu2204", "ubuntu2404"]
479+
e: ["ubuntu2204", "ubuntu2404", "ubuntu2604"]
480480
filters:
481481
branches:
482482
ignore: /.*/

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
163163
`/usr/local/go` before reinstalling it._
164164

165165
```sh
166-
export VERSION=1.26.6 OS=linux ARCH=amd64 # change this as you need
166+
export VERSION=1.26.7 OS=linux ARCH=amd64 # change this as you need
167167

168168
wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \
169169
https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz

e2e/testdata/Dockerfile.nested

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:25.04
22

3-
ARG GOVERSION="go1.26.6"
3+
ARG GOVERSION="go1.26.7"
44
ARG GOOS="linux"
55
ARG GOARCH="amd64"
66
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin

0 commit comments

Comments
 (0)