Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
MAJOR: Go 1.19 + update golangci-lint to version 1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Oct 8, 2022
1 parent cc75346 commit a7b15ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.18-alpine
FROM golang:1.19-alpine
RUN apk add curl git
ENV CGO_ENABLED=0
ENV GOFLAGS=-buildvcs=false
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.0
ENTRYPOINT ["golangci-lint", "run", "--enable-all"]

0 comments on commit a7b15ec

Please sign in to comment.