From fdf9f0d4558cc28e0b64c072bf40dc7be2103374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:42:09 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbbf181..09c3566 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ name: Release policy 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 @@ -22,6 +22,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/policy-name #FIXME 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 3b5caf4..b6f9358 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kubewarden/go-policy-template go 1.22 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4