Skip to content

Commit

Permalink
feat: Upgrade goimports and delve to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
laynax committed Aug 22, 2024
1 parent 54c1943 commit 251ae41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i
| sh -s -- -b $(go env GOPATH)/bin v1.60.1

# install goimports
RUN go install golang.org/x/tools/cmd/goimports@v0.17.0
RUN go install golang.org/x/tools/cmd/goimports@v0.24.0

# =============================================================================
# development stage
# =============================================================================

FROM linter AS development

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

0 comments on commit 251ae41

Please sign in to comment.