fix: incorrect go-version on auto-lang

This commit is contained in:
Andy Hsu 2023-11-30 12:37:25 +08:00
parent b99e709bdb
commit f475eb4401

View File

@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest ]
go-version: [ '1.20' ]
go-version: [ '1.21' ]
name: auto generate lang.json
runs-on: ${{ matrix.platform }}
steps: