Skip to content

Commit e0e2ba1

Browse files
author
Tit Petric
committed
Rather than master, use the latest golangci-lint release in ci-tools
1 parent 304eadd commit e0e2ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/tools/latest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/TykTec
1111
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/TykTechnologies/exp/cmd/go-fsck@main
1212
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install go.uber.org/mock/[email protected]
1313
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install golang.org/x/tools/cmd/goimports@latest
14-
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/golangci/golangci-lint/cmd/golangci-lint@master
14+
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
1515
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/fatih/faillint@latest
1616
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install gotest.tools/gotestsum@latest
1717
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/wadey/gocovmerge@latest

0 commit comments

Comments
 (0)