GitHub Actions: bump to Go 1.19
This commit is contained in:
parent
ccc003f8ea
commit
1e0db24f0e
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user