Add golangci-lint as base image
This commit is contained in:
parent
be99205022
commit
3bebb822d3
@ -1,6 +1,4 @@
|
|||||||
ARG GOLANG_VERSION=1.12-alpine
|
FROM lab.wtfteam.pro:4567/containers/golangci-lint AS build
|
||||||
|
|
||||||
FROM golang:$GOLANG_VERSION AS build
|
|
||||||
|
|
||||||
LABEL maintainer="vladimir@hodakov.me"
|
LABEL maintainer="vladimir@hodakov.me"
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Docker container with Go and pre-built tdlib
|
# Docker container with Go and pre-built tdlib
|
||||||
|
|
||||||
This image is tagged by tdlib version. Each container have latest Go version at the time of build.
|
This image is tagged by tdlib version. Each container have latest Go and golangci-lint version at the time of build.
|
||||||
|
Reference in New Issue
Block a user