mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
v1.11.0 (#174)
This commit is contained in:
parent
e44e09eb67
commit
c2b14bb7e0
5 changed files with 17 additions and 21 deletions
|
|
@ -18,7 +18,7 @@ RUN apt-get update \
|
|||
# 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.32.0 \
|
||||
&& /tmp/lint-install.sh -b /usr/local/bin v1.32.2 \
|
||||
&& rm -f /tmp/lint-install.sh
|
||||
|
||||
# download modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue