GitHub Actions: bump to Go 1.19

This commit is contained in:
Michael Stapelberg 2022-08-07 10:19:50 +02:00
parent ec1e802faf
commit 920dc0e0e0
1 changed files with 2 additions and 2 deletions

View File

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