Update modules and bump go version to 1.18

This commit is contained in:
2022-03-19 18:59:15 +01:00
parent ab46275990
commit edd0713c21
4 changed files with 406 additions and 145 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: install go
uses: actions/setup-go@v2
with:
go-version: "^1.17"
go-version: "^1.18"
- name: Lint
run: make lint