Skip to content

Commit

Permalink
Update Dockerfile.test
Browse files Browse the repository at this point in the history
  • Loading branch information
fkarakas authored Oct 27, 2023
1 parent 387720f commit 15d62ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine

RUN apk update && apk add --no-cache gcc libc-dev git bash curl make
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2
RUN golangci-lint --version

RUN mkdir -p /build
Expand Down

0 comments on commit 15d62ef

Please sign in to comment.