Skip to content

Commit

Permalink
Dockerfile: update to go v1.15.6 and golangci-ling v1.33.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbenten authored Dec 11, 2020
1 parent 6ac83f9 commit b622971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.jenkins
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.15.3
FROM golang:1.15.6

# Linters

RUN GO111MODULE=on go get honnef.co/go/tools/cmd/[email protected]
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.32.0
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.33.0

# Set our entrypoint to close after 28 minutes, and forcefully close at 30 minutes.
# This is to prevent Jenkins collecting cats.
Expand Down

0 comments on commit b622971

Please sign in to comment.