Skip to content

Commit

Permalink
Use Go 1.23 in golangci-lint job
Browse files Browse the repository at this point in the history
Version that golangci-lint was built with
  • Loading branch information
Sean-Der committed Feb 14, 2025
1 parent 6b7f81d commit 2738861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.23'

- uses: actions/checkout@v4

Expand Down

0 comments on commit 2738861

Please sign in to comment.