From 92d8deec14fcff687c409405c321cd04af3773a6 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 04:35:41 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.1 --- .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 66405330..98365cfe 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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 with: - go-version: '1.24.4' + go-version: '1.25.1' - run: | ./unitest.sh diff --git a/go.mod b/go.mod index 1d5dd184..a99a0cc3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/neuvector/sigstore-interface go 1.24.0 -toolchain go1.24.5 +toolchain go1.25.1 require ( github.com/google/go-containerregistry v0.20.6