Skip to content

Commit d0b3794

Browse files
authored
Merge pull request #1622 from buildpacks/jab/go-1-26-1
Bump go to 1.26.1
2 parents 3a8f709 + 71b1838 commit d0b3794

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-s390x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
script: |
6969
apt-get update -y
7070
apt-get install -y wget curl git make gcc jq docker.io
71-
wget https://go.dev/dl/go1.26.0.linux-s390x.tar.gz
72-
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.26.0.linux-s390x.tar.gz
71+
wget https://go.dev/dl/go1.26.1.linux-s390x.tar.gz
72+
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.26.1.linux-s390x.tar.gz
7373
export PATH=$PATH:/usr/local/go/bin
7474
git clone ${GH_REPOSITORY} lifecycle
7575
cd lifecycle && git checkout ${GH_REF}

acceptance/testdata/launcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.0 as builder
1+
FROM golang:1.26.1 as builder
22

33
COPY exec.d/ /go/src/exec.d
44
RUN GO111MODULE=off go build -o helper ./src/exec.d

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,4 @@ tool github.com/golang/mock/mockgen
318318

319319
tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint
320320

321-
go 1.26.0
321+
go 1.26.1

0 commit comments

Comments
 (0)