bump golangci lint

This commit is contained in:
sentriz
2020-12-13 19:18:10 +00:00
parent 1b67a2f960
commit 7a34361c82
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.12.x, 1.13.x, 1.14.x]
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -24,8 +24,8 @@ jobs:
sudo apt update
sudo apt install build-essential git sqlite libtag1-dev ffmpeg libasound-dev
- name: Lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.28
version: v1.33
- name: Test
run: go test ./...
+3
View File
@@ -45,6 +45,9 @@ issues:
- text: "weak cryptographic primitive"
linters:
- gosec
- text: "weak random number generator"
linters:
- gosec
# TODO: fix these
- text: "should have comment"