Skip to content

Commit b7f0d96

Browse files
authored
Merge pull request #11360 from Nordix/go-uplift-1.22.8-release-1.7/sunnat
[release-1.7] 🌱 Uplift Go 1.22.8
2 parents 665e451 + fcf9e67 commit b7f0d96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
2323
#
2424
# Go.
2525
#
26-
GO_VERSION ?= 1.22.7
26+
GO_VERSION ?= 1.22.8
2727
GO_DIRECTIVE_VERSION ?= 1.21
2828
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2929

Tiltfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def load_provider_tiltfiles():
184184

185185
tilt_helper_dockerfile_header = """
186186
# Tilt image
187-
FROM golang:1.22.7 as tilt-helper
187+
FROM golang:1.22.8 as tilt-helper
188188
# Install delve. Note this should be kept in step with the Go release minor version.
189189
RUN go install github.com/go-delve/delve/cmd/[email protected]
190190
# Support live reloading with Tilt
@@ -195,7 +195,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
195195
"""
196196

197197
tilt_dockerfile_header = """
198-
FROM golang:1.22.7 as tilt
198+
FROM golang:1.22.8 as tilt
199199
WORKDIR /
200200
COPY --from=tilt-helper /process.txt .
201201
COPY --from=tilt-helper /start.sh .

0 commit comments

Comments
 (0)