GitHub Actions: run on Go 1.18
This commit is contained in:
parent
1f0380f5c7
commit
6861e7b3fc
|
@ -16,8 +16,8 @@ jobs:
|
|||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
# Run on the latest minor release of Go 1.15:
|
||||
go-version: ^1.15
|
||||
# Run on the latest minor release of Go 1.18:
|
||||
go-version: ^1.18
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
Loading…
Reference in New Issue