mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch '41-update-golangci-lint-image-to-go-1-14-to-eliminate-unnecessary-warnings' into 'master'
Resolve "Update golangci-lint image to Go 1.14 to eliminate unnecessary warnings" Closes #41 See merge request gitlab-org/gitlab-build-images!290
This commit is contained in:
commit
d3bf0b7d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golangci/golangci-lint:v1.21-alpine
|
||||
FROM golangci/golangci-lint:v1.25.1-alpine
|
||||
# git must be installed for golangci-lint's --new-from-rev flag to work.
|
||||
RUN apk --no-cache add git jq
|
||||
# Include a default .golangci.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue