File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/templates/jfrog/docker/build Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: |
4
4
inputs :
5
5
version :
6
6
description : " The Go version to use."
7
- default : " 1.20.7 "
7
+ default : " 1.20.8 "
8
8
runs :
9
9
using : " composite"
10
10
steps :
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220
220
with :
221
221
# This doesn't need caching. It's super fast anyways!
222
222
cache : false
223
- go-version : 1.20.7
223
+ go-version : 1.20.8
224
224
225
225
- name : Install shfmt
226
226
run : go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update \
11
11
npm \
12
12
&& rm -rf /var/lib/apt/lists/*
13
13
14
- ARG GO_VERSION=1.20.7
14
+ ARG GO_VERSION=1.20.8
15
15
RUN mkdir --parents /usr/local/go && curl --silent --show-error --location \
16
16
"https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" -o /usr/local/go.tar.gz && \
17
17
tar --extract --gzip --directory=/usr/local/go --file=/usr/local/go.tar.gz --strip-components=1
You can’t perform that action at this time.
0 commit comments