Skip to content

Commit b745eb0

Browse files
committed
feat: Upgrade goimports to v0.30.0
1 parent 764bd86 commit b745eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ FROM builder AS linter
3333

3434
# binary will be $(go env GOPATH)/bin/golangci-lint
3535
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
36-
| sh -s -- -b $(go env GOPATH)/bin v1.60.1
36+
| sh -s -- -b $(go env GOPATH)/bin v1.64.5
3737

3838
# install goimports
39-
RUN go install golang.org/x/tools/cmd/goimports@v0.24.0
39+
RUN go install golang.org/x/tools/cmd/goimports@v0.30.0
4040

4141
# =============================================================================
4242
# development stage

0 commit comments

Comments
 (0)