chore: update go to 1.19

This commit is contained in:
pocketW
2022-09-22 16:12:37 +10:00
parent a906006015
commit 7604e33b03
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- name: Get project dependencies
run: go mod download