Skip to content

Commit

Permalink
docker/oasis-core-dev: Fix golangci-lint install
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed May 25, 2022
1 parent a69793d commit 74a1fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/4754.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker/oasis-core-dev: Fix golangci-lint install
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN wget https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \
# Install a specific version of protoc-gen-go.
go install google.golang.org/protobuf/cmd/protoc-gen-go@v${GO_PROTOC_GEN_GO_VERSION} && \
# Install golangci-lint.
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b /tmp/bin v${GOLANGCILINT_VERSION} && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /tmp/bin v${GOLANGCILINT_VERSION} && \
mv /tmp/bin/golangci-lint /go/bin && \
# Install gocovmerge for e2e coverage.
go install github.com/wadey/gocovmerge@${GOCOVMERGE_VERSION} && \
Expand Down

0 comments on commit 74a1fd4

Please sign in to comment.