fix(ci): use go 1.18 in ci build

This commit is contained in:
Ferdinand Mütsch 2022-03-20 16:39:38 +01:00
parent 8f933d8648
commit 408d9086e7
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.18
id: go
- name: Check out code into the Go module directory

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.18
id: go
- name: Check out code into the Go module directory