Skip to content

Commit

Permalink
updating to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitsinghvi22 committed May 9, 2024
1 parent 3fb9261 commit d7f48c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This dockerfile provides all the dependencies necessart to run go test on this project
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:slim

ENV HELM_VERSION="v3.9.4" VERIFY_CHECKSUM="true" VERIFY_SIGNATURES="false" GO_VERSION="1.22" SHELL=bash
ENV HELM_VERSION="v3.9.4" VERIFY_CHECKSUM="true" VERIFY_SIGNATURES="false" GO_VERSION="1.22.3" SHELL=bash
COPY docker_resources/* /tmp/

# use bash as the default shell (https://unix.stackexchange.com/questions/442510/how-to-use-bash-for-sh-in-ubuntu)
Expand Down

0 comments on commit d7f48c6

Please sign in to comment.