diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 950dcbd..57b3147 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.3.4 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.3.4 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/safe-labels diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d73d5bb..ba3426e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.3.4 diff --git a/go.mod b/go.mod index 3ecc492..33f57e9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kubewarden/safe-labels-policy go 1.22 -toolchain go1.23.0 +toolchain go1.23.1 replace github.com/go-openapi/strfmt => github.com/kubewarden/strfmt v0.1.3