build: change golang version

This commit is contained in:
Noah Hsu
2022-10-12 17:35:44 +08:00
parent 55aa8ee3b1
commit 549355bb29
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
go-version: [1.18]
go-version: [1.19]
name: Build
runs-on: ${{ matrix.platform }}
steps:

View File

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
go-version: [1.18]
go-version: [1.19]
name: Release
runs-on: ${{ matrix.platform }}
steps: