chore: bump golang and golangci (#206)

This commit is contained in:
Enrico Stahn 2022-02-09 08:56:44 +11:00 committed by GitHub
parent bf6971e537
commit 38770fc6e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.4
with:
go-version: ^1.15.0
go-version: 1.17
id: go
- name: Login to DockerHub

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.4
with:
go-version: 1.14
go-version: 1.17
id: go
- name: Checkout
@ -26,7 +26,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
version: v1.32
version: v1.44
test:
name: Test
@ -36,7 +36,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2.1.4
with:
go-version: ^1.15.0
go-version: 1.17
id: go
- name: Checkout
@ -64,7 +64,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2.1.4
with:
go-version: ^1.15.0
go-version: 1.17
id: go
- name: Run GoReleaser

View file

@ -13,16 +13,15 @@ linters:
- gocyclo
- gofmt
- goimports
- golint
- revive
- gosec
- gosimple
- govet
- ineffassign
- interfacer
# - lll
- misspell
- nakedret
- scopelint
- exportloopref
- staticcheck
- structcheck
# - typecheck