Update Go version to 1.18 for builds

This commit is contained in:
Sergey Stepanov 2022-03-21 12:15:14 +03:00
parent 3292964f01
commit 242b8f0a1f
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
- name: Get Linux dev libraries and tools
if: matrix.os == 'ubuntu-latest'

View file

@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
- name: Get Linux dev libraries and tools
if: matrix.os == 'ubuntu-latest'