Bump golang to 1.20

This commit is contained in:
2023-02-16 19:24:16 +01:00
parent 35fac1bd57
commit 8aadc4fbb6
3 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ jobs:
- name: install go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version-file: go.mod
cache: true
- name: Lint
- name: ${{ matrix.make }}
run: make ${{ matrix.make }}
deploy: