chore: update linters and go action

This commit is contained in:
2023-01-26 20:47:03 +01:00
parent b13a30c354
commit 35fac1bd57
2 changed files with 4 additions and 3 deletions

View File

@ -18,9 +18,10 @@ jobs:
- uses: actions/checkout@v3
- name: install go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.19"
cache: true
- name: Lint
run: make ${{ matrix.make }}