Skip to content

Commit

Permalink
fix(workflows): update lint go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodgsonintergral committed Nov 13, 2024
1 parent 482ddaf commit 5a98346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
name: Lint & Format
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5a98346

Please sign in to comment.