Skip to content

Commit

Permalink
update golangci-lint to v1.49.0
Browse files Browse the repository at this point in the history
The old version did not work because of the following problem.
golangci/golangci-lint#2673
  • Loading branch information
shirakiya committed Sep 7, 2022
1 parent 71b08dc commit 679cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.19.1
WORKDIR /go/src

RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b $(go env GOPATH)/bin v1.45.2
sh -s -- -b $(go env GOPATH)/bin v1.49.0

COPY go.mod .
COPY go.sum .
Expand Down

0 comments on commit 679cb44

Please sign in to comment.