ci: lint action

This commit is contained in:
Jannis Mattheis
2024-10-11 15:24:29 +02:00
parent be6898d129
commit bcf590f2c3
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- run: (cd ui && yarn)
- run: (cd ui && yarn build)
- run: (cd ui && yarn testformat)
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
- run: go build ./...