GitHub Actions: bump to Go 1.18

This commit is contained in:
Michael Stapelberg 2022-03-20 16:01:24 +01:00
parent f41ca45656
commit 7131bc5abe

View File

@ -13,8 +13,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.17: # Run on the latest minor release of Go 1.18:
go-version: ^1.17 go-version: ^1.18
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory