File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# go lint tool dependencies `go list` `gofmt`
2
2
# image from qiniu registry, origin: https://hub.docker.com/_/golang
3
- FROM aslan-spock-register.qiniu.io/qa/golang:1.23.0 -alpine3.20
3
+ FROM aslan-spock-register.qiniu.io/qa/golang:1.24.1 -alpine3.21
4
4
5
5
# if you want to install other tools, please add them here.
6
6
# Do not install unnecessary tools to reduce image size.
7
7
RUN set -eux \
8
8
apk update && \
9
9
apk --no-cache add ca-certificates luacheck cppcheck shellcheck git openssh yarn libpcap-dev curl openjdk11 bash build-base && \
10
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.60.3
10
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.64.6
11
11
12
12
WORKDIR /
13
13
# check binary
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ customRepos: # custom config for specific orgs or repos
45
45
linters :
46
46
pylint :
47
47
enable : false
48
+ golangci-lint :
49
+ enable : false
48
50
49
51
qbox/kodo :
50
52
linters :
You can’t perform that action at this time.
0 commit comments