File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
required : false
13
13
default : " false"
14
14
env :
15
- GO_VERSION : 1.18.4
15
+ GO_VERSION : 1.18.5
16
16
jobs :
17
17
lint :
18
18
name : Lint
Original file line number Diff line number Diff line change 7
7
description : " Release Tag"
8
8
required : true
9
9
env :
10
- GO_VERSION : 1.18.4
10
+ GO_VERSION : 1.18.5
11
11
jobs :
12
12
upload-release :
13
13
runs-on : ubuntu-latest
23
23
24
24
- name : Setup docker CLI
25
25
run : |
26
- curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.3 .tgz | tar xz
26
+ curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.17 .tgz | tar xz
27
27
sudo cp ./docker/docker /usr/bin/ && rm -rf docker && docker version
28
28
29
29
- name : Build
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
18
- ARG GO_VERSION=1.18.4 -alpine
19
- ARG GOLANGCI_LINT_VERSION=v1.46.2 -alpine
18
+ ARG GO_VERSION=1.18.5 -alpine
19
+ ARG GOLANGCI_LINT_VERSION=v1.47.3 -alpine
20
20
ARG PROTOC_GEN_GO_VERSION=v1.4.3
21
21
22
22
FROM --platform=${BUILDPLATFORM} golangci/golangci-lint:${GOLANGCI_LINT_VERSION} AS local-golangci-lint
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
18
- ARG GO_VERSION=1.18.4
18
+ ARG GO_VERSION=1.18.5
19
19
ARG FORMATS=md,yaml
20
20
21
21
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS docsgen
You can’t perform that action at this time.
0 commit comments