GitHub Actions: bump to Go 1.19

This commit is contained in:
Michael Stapelberg 2022-08-07 10:10:23 +02:00
parent ccc003f8ea
commit 1e0db24f0e

View File

@ -13,8 +13,8 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
# Run on the latest minor release of Go 1.18:
go-version: ^1.18
# Run on the latest minor release of Go 1.19:
go-version: ^1.19
id: go
- name: Check out code into the Go module directory