fix(workflows): update actions/setup-go to v2 (#14)

This commit is contained in:
Ryan (hackercat)
2021-06-14 22:30:46 +00:00
committed by GitHub
parent 93fbe6ae61
commit 405652dcda
12 changed files with 282 additions and 172 deletions
+1
View File
@@ -17,6 +17,7 @@ SHELL [ "/bin/ash", "-l", "-o", "pipefail", "-c" ]
RUN set -euxo pipefail \
&& printf "\n\n\t🐋\t Build started \t🐋\t\n\n" \
&& printf "\n\n\t🐋\t Adding environment variables \t🐋\t\n\n" \
&& sed 's|"||g' -i /etc/environment \
&& echo "USER=$(whoami)" | tee -a /etc/environment \
&& echo "RUNNER_USER=$(whoami)" | tee -a /etc/environment \
&& echo "IMAGE_OS=${IMAGE}" | tee -a /etc/environment \