Skip to content

Commit

Permalink
ci: fix golang version in auto_lang [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Apr 14, 2023
1 parent c5f6a90 commit a9bdb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a9bdb15

Please sign in to comment.