Skip to content

Commit

Permalink
Merge pull request #411 from projectcalico/v0.77
Browse files Browse the repository at this point in the history
upgrade linter to include fixes
  • Loading branch information
tomastigera committed Nov 18, 2022
2 parents 470b982 + 2aff2bf commit 3e028c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN cp -a $GOROOT $GOCGO && \
go install -v std && \
rm -rf /go/src/* /root/.cache

ENV GO_LINT_VERSION=v1.46.2
ENV GO_LINT_VERSION=v1.50.1

# Install go programs that we rely on
RUN \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN cp -a $GOROOT $GOCGO && \
go install -v std && \
rm -rf /go/src/* /root/.cache

ENV GO_LINT_VERSION=v1.46.2
ENV GO_LINT_VERSION=v1.50.1

# Install go programs that we rely on
RUN \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN go install -v std
RUN go install github.com/onsi/ginkgo/ginkgo@v1.16.5

# Install linting tools
ENV GO_LINT_VERSION=v1.46.2
ENV GO_LINT_VERSION=v1.50.1
RUN \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GO_LINT_VERSION && \
golangci-lint --version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN go install -v std
RUN go install github.com/onsi/ginkgo/ginkgo@v1.16.5

# Install linting tools
ENV GO_LINT_VERSION=v1.46.2
ENV GO_LINT_VERSION=v1.50.1
RUN \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GO_LINT_VERSION && \
golangci-lint --version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s390x
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN go install -v std
RUN go install github.com/onsi/ginkgo/ginkgo@v1.16.5

# Install linting tools
ENV GO_LINT_VERSION=v1.46.2
ENV GO_LINT_VERSION=v1.50.1
RUN \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GO_LINT_VERSION && \
golangci-lint --version
Expand Down

0 comments on commit 3e028c2

Please sign in to comment.