Skip to content

Commit

Permalink
Merge pull request #526 from etcd-io/dependabot/github_actions/golang…
Browse files Browse the repository at this point in the history
…ci/golangci-lint-action-3.6.0

build(deps): Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0
  • Loading branch information
ahrtr authored Jun 12, 2023
2 parents 4be8c63 + df4062a commit e79ff5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
;;
esac
- name: golangci-lint
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3.5.0
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0

test-windows:
strategy:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
esac
shell: bash
- name: golangci-lint
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3.5.0
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0

coverage:
needs: ["test-linux", "test-windows"]
Expand Down

0 comments on commit e79ff5f

Please sign in to comment.