Update Go version to 1.19

Go 1.18 will be at end of life sometime within the coming months (Q1 2023). Go 1.19 will be around until Q3 2023, by which point 1.20 will have been released.
This commit is contained in:
Y. Meyer-Norwood
2022-12-08 14:38:34 +13:00
committed by GitHub
parent 19f68c1782
commit 3408b65a71
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Build
run: go build -v ./...