ci: fix golang version in auto_lang [skip ci]

pull/4171/head
Andy Hsu 2023-04-14 13:49:13 +08:00
parent c5f6a90f54
commit a9bdb15205
1 changed files with 1 additions and 1 deletions

View File

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