GitHub Actions: run on Go 1.18

This commit is contained in:
Michael Stapelberg 2022-06-11 22:24:04 +02:00
parent 1f0380f5c7
commit 6861e7b3fc
1 changed files with 2 additions and 2 deletions

View File

@ -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