Skip to content

Commit

Permalink
ci(workflows): change go version in linting to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Mar 1, 2024
1 parent 10e3eaa commit 8499f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down

0 comments on commit 8499f36

Please sign in to comment.