Skip to content

Commit

Permalink
build: use go1.22 for the linter to fix excess memory usage
Browse files Browse the repository at this point in the history
golangci-lint seems to have a bug which uses excess memory under go1.23

See: golangci/golangci-lint#4874
  • Loading branch information
ncw authored and Fornax96 committed Jul 30, 2024
1 parent 1f7fb42 commit b382279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
id: setup-go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.0-rc.1'
go-version: '>=1.22.0-rc.1'
check-latest: true
cache: false

Expand Down

0 comments on commit b382279

Please sign in to comment.