Upgrade golangci-lint
This commit is contained in:
parent
28564b4257
commit
d242514137
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y \
|
|||
rsync libssl-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.44.0
|
||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
|
||||
RUN curl -L "https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
RUN chmod +x /usr/local/bin/docker-compose
|
||||
RUN curl -fsSL https://get.docker.com | sh
|
||||
|
|
Loading…
Reference in a new issue