Update golangci-lint to Go 1.20

This commit is contained in:
Winni Neessen 2023-02-02 19:10:16 +01:00
parent 5ceede61b6
commit 169286e109
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D
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]