Skip to content

Commit

Permalink
Upgrade buildbox gci
Browse files Browse the repository at this point in the history
The current verson of GCI in the buildbox treats the Go 1.23 `iter` package
as an external package rather than part of the stdlib. This patch updates gci
to a version that orders it correctly.
  • Loading branch information
tcsc authored and github-actions committed Nov 10, 2024
1 parent 5151b35 commit 2c77da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ RUN go install "github.com/gogo/protobuf/protoc-gen-gogofast@$GOGO_PROTO_TAG"
RUN go install github.com/google/[email protected]

# Install GCI.
RUN go install github.com/daixiang0/gci@v0.12.3
RUN go install github.com/daixiang0/gci@v0.13.5

# Install gotestsum.
RUN go install gotest.tools/[email protected]
Expand Down

0 comments on commit 2c77da6

Please sign in to comment.