From 30dbed0f677fdc1a76b955060f3bbe8e84f54dc0 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:39:50 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.4 --- .github/workflows/unitest.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unitest.yaml b/.github/workflows/unitest.yaml index 81a1d048..f3e60740 100644 --- a/.github/workflows/unitest.yaml +++ b/.github/workflows/unitest.yaml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: - go-version: '1.24.3' + go-version: '1.24.4' - run: | ./unitest.sh diff --git a/go.mod b/go.mod index be675b20..e9ab88a6 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/neuvector/sigstore-interface go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/google/go-containerregistry v0.20.4