Bump Go version to 1.18 for release and CI jobs

This commit is contained in:
Bernhard Froehlich
2022-04-25 14:37:23 +00:00
parent cdc4e572db
commit 64872c0bea
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18
id: go
- name: Check out code into the Go module directory