Skip to content

Commit c58ab93

Browse files
committed
upgrade go to go v1.24
1 parent 499476d commit c58ab93

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# go lint tool dependencies `go list` `gofmt`
22
# 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
44

55
# if you want to install other tools, please add them here.
66
# Do not install unnecessary tools to reduce image size.
77
RUN set -eux \
88
apk update && \
99
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
1111

1212
WORKDIR /
1313
# check binary

config/config.example.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ customRepos: # custom config for specific orgs or repos
4545
linters:
4646
pylint:
4747
enable: false
48+
golangci-lint:
49+
enable: false
4850

4951
qbox/kodo:
5052
linters:

0 commit comments

Comments
 (0)