Skip to content

Commit

Permalink
Update Go version to 1.23 in error-codes-updater workflow
Browse files Browse the repository at this point in the history
Signed-off-by: devhindo <lildevhind@gmail.com>
  • Loading branch information
devhindo committed Dec 23, 2024
1 parent f6a6d02 commit 6d5ef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/error-codes-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@main
with:
go-version: ${{ secrets.GO_VERSION }}
go-version: '1.23'

- name: Run utility
run: |
Expand Down

0 comments on commit 6d5ef10

Please sign in to comment.