Skip to content

Commit

Permalink
fix(lint.yaml): use stable go
Browse files Browse the repository at this point in the history
  • Loading branch information
lcapka committed Dec 4, 2024
1 parent 0e59d61 commit b9748b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml → .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: stable
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit b9748b4

Please sign in to comment.