Skip to content

Commit 848adab

Browse files
committed
Update go version, update golangci-lint version
1 parent 41ad649 commit 848adab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.acmesh-golang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ACMESH_IMAGE=nginxproxymanager/nginx-full:acmesh
2-
FROM golang:1.21 as go
2+
FROM golang:1.22.1 as go
33
FROM $ACMESH_IMAGE as final
44
ARG ACMESH_IMAGE
55
ARG TARGETPLATFORM
@@ -33,7 +33,7 @@ WORKDIR /root
3333
COPY ./files/.bashrc.acmesh-golang /root/.bashrc
3434

3535
# Gotools
36-
RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2
36+
RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.56.2
3737
RUN go install github.com/kyoh86/richgo@latest \
3838
&& go install github.com/mfridman/tparse@latest \
3939
&& go install golang.org/x/vuln/cmd/govulncheck@latest \

0 commit comments

Comments
 (0)