Skip to content

Commit

Permalink
Update golangci-lint from 1.42.0 to 1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bump authored and wader committed Sep 12, 2021
1 parent 1decf85 commit 31cd26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM golang:1.17.0 AS base
FROM base AS dev

# bump: golangci-lint /GOLANGCILINT_VERSION=([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
ARG GOLANGCILINT_VERSION=1.42.0
ARG GOLANGCILINT_VERSION=1.42.1
RUN \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b /usr/local/bin v$GOLANGCILINT_VERSION
Expand Down

0 comments on commit 31cd26e

Please sign in to comment.