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:
${{ runner.OS }}-build-
${{ runner.OS }}-
- 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: ~
- name: Lint
run: make lint
......
GO ?= go
GOLANGCI_LINT ?= golangci-lint
GOLANGCI_LINT_VERSION ?= v1.26.0
GOLANGCI_LINT_VERSION ?= v1.24.0
LDFLAGS ?= -s -w
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