mirror of https://github.com/Xhofe/alist
ci: fix golang version in auto_lang [skip ci]
parent
c5f6a90f54
commit
a9bdb15205
|
@ -16,7 +16,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ ubuntu-latest ]
|
platform: [ ubuntu-latest ]
|
||||||
go-version: [ 1.20 ]
|
go-version: [ '1.20' ]
|
||||||
name: auto generate lang.json
|
name: auto generate lang.json
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue