CI: fix go version

This commit is contained in:
kayos@tcp.direct 2023-01-31 01:38:27 -08:00
parent 2430255005
commit bd3ae2270c
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: vet
run: go vet ./...
- name: test