Skip to content

Commit

Permalink
ci: remove go version from setup-go step
Browse files Browse the repository at this point in the history
Signed-off-by: falcorocks <[email protected]>
  • Loading branch information
falcorocks committed Feb 13, 2025
1 parent 173f3e5 commit 9b556b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-schema-policy-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.1'

- name: install helm-schema
run: go install github.com/dadav/helm-schema/cmd/helm-schema@latest
Expand Down

0 comments on commit 9b556b9

Please sign in to comment.