File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 15
15
16
16
env :
17
17
DESTDIR : ./bin
18
- GO_VERSION : 1.18.5
18
+ GO_VERSION : 1.20.3
19
19
20
20
jobs :
21
21
validate :
Original file line number Diff line number Diff line change @@ -6,17 +6,14 @@ linters:
6
6
enable :
7
7
- gofmt
8
8
- govet
9
- - deadcode
10
9
- depguard
11
10
- goimports
12
11
- ineffassign
13
12
- misspell
14
13
- unused
15
- - varcheck
16
14
- revive
17
15
- staticcheck
18
16
- typecheck
19
- - structcheck
20
17
disable-all : true
21
18
22
19
linters-settings :
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
- ARG GO_VERSION=1.18.5
3
+ ARG GO_VERSION=1.20.3
4
4
ARG XX_VERSION=1.2.1
5
5
ARG OSXCROSS_VERSION=11.3-r7-debian
6
- ARG GOLANGCI_LINT_VERSION=v1.47.3
6
+ ARG GOLANGCI_LINT_VERSION=v1.51.1
7
7
ARG DEBIAN_FRONTEND=noninteractive
8
8
9
9
ARG PACKAGE=github.com/docker/docker-credential-helpers
Original file line number Diff line number Diff line change 1
1
variable "GO_VERSION" {
2
- default = " 1.18.5 "
2
+ default = " 1.20.3 "
3
3
}
4
4
5
5
# Defines the output folder
You can’t perform that action at this time.
0 commit comments