use Go 1.18 on CI

This commit is contained in:
Marten Seemann
2022-03-16 10:10:47 +04:00
parent 36977dd528
commit 366097106c
11 changed files with 83 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.17.x"
go-version: "1.18.x"
- name: Install dependencies
run: go build
- name: Install code generators