update golangci-lint

This commit is contained in:
aler9
2021-12-21 23:26:23 +01:00
parent 6f374e3965
commit 721004c2c8
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2 - uses: golangci/golangci-lint-action@v2
with: with:
version: v1.40 version: v1.43
go-mod-tidy: go-mod-tidy:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04

View File

@@ -8,10 +8,10 @@ linters:
- gocritic - gocritic
- gofmt - gofmt
- gofumpt - gofumpt
- golint
- misspell - misspell
- lll - lll
- prealloc - prealloc
- revive
- unconvert - unconvert
- whitespace - whitespace
disable: disable:

View File

@@ -1,6 +1,6 @@
BASE_IMAGE = golang:1.17-alpine3.14 BASE_IMAGE = golang:1.17-alpine3.14
LINT_IMAGE = golangci/golangci-lint:v1.40 LINT_IMAGE = golangci/golangci-lint:v1.43
.PHONY: $(shell ls) .PHONY: $(shell ls)