Lint fixes (#5476)

* Fix lint errors
* Bump lint action version
This commit is contained in:
WithoutPants
2024-11-13 09:47:29 +11:00
committed by GitHub
parent a18c538c1f
commit 64fed3553a
4 changed files with 17 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ jobs:
run: docker exec -t build /bin/bash -c "make generate-backend"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest