GitHub Actions: bump to Go 1.19
This commit is contained in:
parent
ec1e802faf
commit
920dc0e0e0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue