Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 324fae6

Browse files
authored
Merge pull request #53 from fullstack-devops/bugfix/update-golang-to-1.19
Update golang to 1.19
2 parents e356bcb + dfcc318 commit 324fae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/golang/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV GH_RUNNER_LABELS="ubuntu-20.04,nodejs,go,golang,helm,ansible"
2121
# https://github.com/helm/helm/releases
2222
ARG HELM_VERSION=3.8.1
2323
# https://go.dev/dl/
24-
ARG GO_VERSION=1.18
24+
ARG GO_VERSION=1.19
2525

2626
# Install helm
2727
RUN export ARCH=$(/helper-scripts/translate-aarch.sh a-short) \

0 commit comments

Comments
 (0)