diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 0aeeacf..828b16b 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -31,7 +31,6 @@ jobs: - name: Install tool dependencies (non-mise) run: | - go install github.com/BurntSushi/toml/cmd/tomlv@latest go install golang.org/x/tools/cmd/goimports@latest - name: Build helm dependencies diff --git a/.mise.toml b/.mise.toml index af1207b..74581db 100644 --- a/.mise.toml +++ b/.mise.toml @@ -12,7 +12,3 @@ kustomize = '5.3.0' pre-commit = '3.8.0' setup-envtest = '0.17.0' yamllint = '1.35.1' - -# tomlv does not currently have an entry in the registry. -# For now, install with `go`: -# go install github.com/BurntSushi/toml/cmd/tomlv@latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f201217..12a2ab3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,6 @@ repos: # See https://github.com/dnephin/pre-commit-golang/issues/30 # - id: go-vet - id: go-imports - - id: validate-toml - id: golangci-lint # We already run unit tests in tests.yaml, which ensures # they're called properly by using the `make` target.