chore(deps): upgrade to go@1.20

This commit is contained in:
Andy Hsu
2023-04-12 15:28:22 +08:00
parent 570b8be022
commit f1245153b9
5 changed files with 5 additions and 15 deletions

View File

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