Skip to content

Commit 13bee56

Browse files
Merge branch 'main' into fix/611-linear-setup-webhook-secret
2 parents bc27dc4 + d0c10c7 commit 13bee56

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG GH_VERSION=2.93.0
44
FROM --platform=$TARGETPLATFORM jdxcode/mise:latest AS mise
55

66
# Build gh with a patched Go toolchain; upstream packages can lag Go CVE fixes.
7-
FROM --platform=$TARGETPLATFORM golang:1.26.3-bookworm AS gh-builder
7+
FROM --platform=$TARGETPLATFORM golang:1.26.4-bookworm AS gh-builder
88
ARG GH_VERSION
99
RUN GOPROXY=direct GOBIN=/out go install "github.com/cli/cli/v2/cmd/gh@v${GH_VERSION}"
1010

yarn.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)