We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6898d commit bcf590fCopy full SHA for bcf590f
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: (cd ui && yarn)
17
- run: (cd ui && yarn build)
18
- run: (cd ui && yarn testformat)
19
- - uses: golangci/golangci-lint-action@v3
+ - uses: golangci/golangci-lint-action@v6
20
with:
21
version: v1.60.3
22
- run: go build ./...
0 commit comments