Commit cdd74514 authored by Janoš Guljaš's avatar Janoš Guljaš Committed by GitHub

downgrade golangci-lint to v1.24.0 (#183)

* downgrade golangci-lint to v1.24.0, set GO111MODULE in github actions
parent 1bf0e99b
...@@ -44,7 +44,9 @@ jobs: ...@@ -44,7 +44,9 @@ 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 run: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
env:
GO111MODULE: on
working-directory: ~ working-directory: ~
- name: Lint - name: Lint
run: make lint run: make lint
......
GO ?= go GO ?= go
GOLANGCI_LINT ?= golangci-lint GOLANGCI_LINT ?= golangci-lint
GOLANGCI_LINT_VERSION ?= v1.26.0 GOLANGCI_LINT_VERSION ?= v1.24.0
LDFLAGS ?= -s -w LDFLAGS ?= -s -w
ifdef COMMIT ifdef COMMIT
......
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