Skip to content

Commit 57d78fd

Browse files
committed
chore: Bump goimports
1 parent 34aaccc commit 57d78fd

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.64.8
3737

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

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

0 commit comments

Comments
 (0)