fix: incorrect go-version on auto-lang

pull/5622/head
Andy Hsu 2023-11-30 12:37:25 +08:00
parent b99e709bdb
commit f475eb4401
1 changed files with 1 additions and 1 deletions

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: