Skip to content

Commit

Permalink
download go tar
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj committed Aug 10, 2023
1 parent f2a8f1a commit 2768e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-08-10T17:44:09Z",
"generated_at": "2023-08-10T17:51:06Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -78,7 +78,7 @@
{
"hashed_secret": "10daf3a26c6a17242a5ab2438a12ebc8276c7603",
"is_verified": false,
"line_number": 121,
"line_number": 122,
"type": "Secret Keyword"
}
],
Expand Down
3 changes: 2 additions & 1 deletion Docker/jenkins/Jenkins-CI-Worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ RUN export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" \
kubectl

# install go - https://go.dev/doc/install
RUN rm -rf /usr/local/go \
RUN wget https://go.dev/dl/go1.21.0.linux-amd64.tar.gz \
&& rm -rf /usr/local/go \
&& tar -C /usr/local -xzf go1.21.0.linux-amd64.tar.gz
ENV PATH="$PATH:/usr/local/go/bin"
RUN go version
Expand Down

0 comments on commit 2768e0b

Please sign in to comment.