Skip to content

Commit

Permalink
ci: lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Oct 11, 2024
1 parent be6898d commit bcf590f
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 @@ -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 ./...
Expand Down

0 comments on commit bcf590f

Please sign in to comment.