mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-28 08:52:29 +00:00
[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:
parent
fdfbe9da67
commit
e33fd74d64
2
.github/workflows/audit.yaml
vendored
2
.github/workflows/audit.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user