From 0a6644571691fa96417353fea75e93dbdd738e12 Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Sat, 11 Jul 2026 15:01:02 -0700 Subject: [PATCH] ci: update Go toolchain to 1.26.5 ENG-4243 Build the 0-33 release branch with the patched Go toolchain and compatible Go 1.26 image line. --- .tool-versions | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 78c0604..0a0f0bb 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ golangci-lint 2.12.2 -golang 1.26.4 +golang 1.26.5 diff --git a/Dockerfile b/Dockerfile index 84d31a6..f362379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.4-bookworm@sha256:5d2b868674b57c9e48cdd39e891acce4196b6926ca6d11e9c270a8f85106203d as build +FROM golang:1.26-bookworm AS build WORKDIR /go/src/github.com/pomerium/cli # cache depedency downloads