Skip to content

Commit 251ae41

Browse files
committed
feat: Upgrade goimports and delve to the latest
1 parent 54c1943 commit 251ae41

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
@@ -36,12 +36,12 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i
3636
| sh -s -- -b $(go env GOPATH)/bin v1.60.1
3737

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

4141
# =============================================================================
4242
# development stage
4343
# =============================================================================
4444

4545
FROM linter AS development
4646

47-
RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.0
47+
RUN go install github.com/go-delve/delve/cmd/dlv@v1.23.0

0 commit comments

Comments
 (0)