1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Fix linter version in CircleCI config

This commit is contained in:
DarthSim 2019-09-11 15:51:11 +06:00
parent e3c461bc8a
commit 3d6062f564

View File

@ -127,7 +127,7 @@ jobs:
go_version: << parameters.go_version >>
- run:
name: Install golangci-lint
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint sh -s -- -b $(go env GOPATH)/bin v1.16.0
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint sh -s -- -b $(go env GOPATH)/bin v1.18.0
- run:
name: Lint imgproxy
command: golangci-lint run .