Skip to content

Commit

Permalink
updating lint-control-plane to go install lint-consul-retry rather th…
Browse files Browse the repository at this point in the history
…an go get lint-consul-retry. consul repo does this.
  • Loading branch information
jmurret committed Jun 17, 2022
1 parent a204bfe commit 3f0afdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}

- run: go get -u github.com/hashicorp/lint-consul-retry && lint-consul-retry
- run: go install github.com/hashicorp/lint-consul-retry@master && lint-consul-retry

- name: Run lint
working-directory: control-plane
Expand Down

0 comments on commit 3f0afdf

Please sign in to comment.