Skip to content

Commit b382279

Browse files
ncwFornax96
authored andcommitted
build: use go1.22 for the linter to fix excess memory usage
golangci-lint seems to have a bug which uses excess memory under go1.23 See: golangci/golangci-lint#4874
1 parent 1f7fb42 commit b382279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
id: setup-go
238238
uses: actions/setup-go@v5
239239
with:
240-
go-version: '>=1.23.0-rc.1'
240+
go-version: '>=1.22.0-rc.1'
241241
check-latest: true
242242
cache: false
243243

0 commit comments

Comments
 (0)