mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
v1.12.0 (#210)
This commit is contained in:
parent
7b92033d1b
commit
b020782b0e
6 changed files with 19 additions and 14 deletions
|
|
@ -16,10 +16,8 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# golangci-lint
|
||||
RUN curl -fsSL -o /tmp/lint-install.sh https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
|
||||
&& chmod +x /tmp/lint-install.sh \
|
||||
&& /tmp/lint-install.sh -b /usr/local/bin v1.37.1 \
|
||||
&& rm -f /tmp/lint-install.sh
|
||||
RUN curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
|
||||
| sh -s -- -b /usr/local/bin v1.39.0
|
||||
|
||||
# download modules
|
||||
COPY go.* ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue