Skip to content

Commit 1335e4b

Browse files
committed
GitHub+docker: update to Go 1.22.6
1 parent cddc239 commit 1335e4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# If you change this value, please change it in the following files as well:
1313
# /Dockerfile
1414
# /dev.Dockerfile
15-
GO_VERSION: 1.22.3
15+
GO_VERSION: 1.22.6
1616

1717
jobs:
1818
########################

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
3535
# If you change this value, please also update:
3636
# /dev.Dockerfile
3737
# /.github/workflows/main.yml
38-
FROM golang:1.22.3-alpine as golangbuilder
38+
FROM golang:1.22.6-alpine as golangbuilder
3939

4040
# Instead of checking out from git again, we just copy the whole working
4141
# directory of the previous stage that includes the generated static assets.

tools/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.3-bookworm
1+
FROM golang:1.22.6-bookworm
22

33
RUN apt-get update && apt-get install -y git
44
ENV GOCACHE=/tmp/build/.cache

0 commit comments

Comments
 (0)