diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bd7f9f8..e1ab279 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.12.0 - name: Test all run: go test -coverprofile=coverage.txt -covermode=atomic ./... diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e26511..82d786a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: go-version-file: 'go.mod' - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.12.0 # Sanity check before publishing - name: Test all