Skip to content

Commit

Permalink
chore: bump golang version in format ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored Sep 13, 2024
1 parent 9a133f6 commit fe49daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.23
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color

0 comments on commit fe49daa

Please sign in to comment.