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 1515
1616env :
1717 DESTDIR : ./bin
18- GO_VERSION : 1.18.5
18+ GO_VERSION : 1.20.3
1919
2020jobs :
2121 validate :
Original file line number Diff line number Diff line change @@ -6,17 +6,14 @@ linters:
66 enable :
77 - gofmt
88 - govet
9- - deadcode
109 - depguard
1110 - goimports
1211 - ineffassign
1312 - misspell
1413 - unused
15- - varcheck
1614 - revive
1715 - staticcheck
1816 - typecheck
19- - structcheck
2017 disable-all : true
2118
2219linters-settings :
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION=1.18.5
3+ ARG GO_VERSION=1.20.3
44ARG XX_VERSION=1.2.1
55ARG OSXCROSS_VERSION=11.3-r7-debian
6- ARG GOLANGCI_LINT_VERSION=v1.47.3
6+ ARG GOLANGCI_LINT_VERSION=v1.51.1
77ARG DEBIAN_FRONTEND=noninteractive
88
99ARG PACKAGE=github.com/docker/docker-credential-helpers
Original file line number Diff line number Diff line change 11variable "GO_VERSION" {
2- default = " 1.18.5 "
2+ default = " 1.20.3 "
33}
44
55# Defines the output folder
You can’t perform that action at this time.
0 commit comments