Merge pull request #114 from wneessen/update-golangci-lint

Update golangci-lint to Go 1.20
This commit is contained in:
Winni Neessen 2023-02-02 19:22:52 +01:00 committed by GitHub
commit 0a3917f8fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

View file

@ -3,7 +3,7 @@
## SPDX-License-Identifier: MIT
[run]
go = "1.16"
go = "1.20"
tests = true
[linters]