Skip to content

Commit

Permalink
fix: incorrect go-version on auto-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Nov 30, 2023
1 parent b99e709 commit f475eb4
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 @@ -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:
Expand Down

0 comments on commit f475eb4

Please sign in to comment.