[ci] golangci-lint action needs Go 1.20

Error:

* module requires Go 1.20

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
Julian Strobl 2023-08-22 14:44:42 +02:00
parent fdfbe9da67
commit e33fd74d64
No known key found for this signature in database
GPG Key ID: E0A8F9AD733499A7

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: [ '1.19', '1.20' ] go-version: [ '1.20', '1.21' ]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3