change to go version 1.19

This commit is contained in:
lyx0 2022-08-07 21:43:21 +02:00
parent c327491925
commit 863b37f95c

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Build
run: go build -v ./...