Skip to content

Commit

Permalink
Use golangci/golangci-lint-action@v4 in test-bootstrap CI check
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Nov 14, 2024
1 parent 24113f6 commit d335e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
working-directory: docker/sandbox-bundled/bootstrap
- name: Check formatting
Expand Down

0 comments on commit d335e99

Please sign in to comment.