Skip to content

Commit ca73790

Browse files
committed
ci: update Go toolchain to 1.26.5
ENG-4243 Pin the Go 1.26.5 Bookworm builder image and its multi-architecture digest so Docker builds use the same exact patch as local and CI tooling.
1 parent c699f2d commit ca73790

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
golangci-lint 2.12.2
2-
golang 1.26.4
2+
golang 1.26.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.4-bookworm@sha256:5d2b868674b57c9e48cdd39e891acce4196b6926ca6d11e9c270a8f85106203d as build
1+
FROM golang:1.26.5-bookworm@sha256:18aedc16aa19b3fd7ded7245fc14b109e054d65d22ed53c355c899582bbb2113 AS build
22
WORKDIR /go/src/github.com/pomerium/cli
33

44
# cache depedency downloads

0 commit comments

Comments
 (0)