Commit 732c9a8e authored by Janoš Guljaš's avatar Janoš Guljaš Committed by GitHub

update golangci-lint to the latest release (#510)

parent 65b65f5f
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
${{ runner.OS }}-build- ${{ runner.OS }}-build-
${{ runner.OS }}- ${{ runner.OS }}-
- name: Setup GolangCI-Lint - name: Setup GolangCI-Lint
run: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0 run: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.30.0
env: env:
GO111MODULE: on GO111MODULE: on
working-directory: ~ working-directory: ~
......
GO ?= go GO ?= go
GOLANGCI_LINT ?= golangci-lint GOLANGCI_LINT ?= golangci-lint
GOLANGCI_LINT_VERSION ?= v1.24.0 GOLANGCI_LINT_VERSION ?= v1.30.0
GOGOPROTOBUF ?= protoc-gen-gogofaster GOGOPROTOBUF ?= protoc-gen-gogofaster
GOGOPROTOBUF_VERSION ?= v1.3.1 GOGOPROTOBUF_VERSION ?= v1.3.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment