Skip to content

Commit 78782b3

Browse files
committed
chore: Upgrade goimports to v0.17.0
1 parent 7be2c20 commit 78782b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i
3636
| sh -s -- -b $(go env GOPATH)/bin v1.54.2
3737

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

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

0 commit comments

Comments
 (0)