build: Bump to Go 1.18

Updates #9677
This commit is contained in:
Bjørn Erik Pedersen
2022-03-16 08:43:18 +01:00
parent b60e1bbdfe
commit 4d6d1d08da
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ jobs:
GO111MODULE: on
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.17.x, 1.18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: