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:
parent
e3c461bc8a
commit
3d6062f564
@ -127,7 +127,7 @@ jobs:
|
|||||||
go_version: << parameters.go_version >>
|
go_version: << parameters.go_version >>
|
||||||
- run:
|
- run:
|
||||||
name: Install golangci-lint
|
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:
|
- run:
|
||||||
name: Lint imgproxy
|
name: Lint imgproxy
|
||||||
command: golangci-lint run .
|
command: golangci-lint run .
|
||||||
|
Loading…
Reference in New Issue
Block a user