From dfc0b2bbf10e57d35e82e1ba9f244896a9269426 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 04:37:07 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.2 --- .github/workflows/unitest.yaml | 2 +- go.mod | 2 +- vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unitest.yaml b/.github/workflows/unitest.yaml index 25ce2313..eb22675c 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.1' + go-version: '1.24.2' - run: | ./unitest.sh diff --git a/go.mod b/go.mod index 5870d0df..73605940 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/neuvector/sigstore-interface go 1.23.4 -toolchain go1.24.1 +toolchain go1.24.2 require ( github.com/google/go-containerregistry v0.20.3 diff --git a/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml b/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml index 642cd621..dfbfd9f8 100644 --- a/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml +++ b/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml @@ -109,7 +109,7 @@ tests:unit: generate-release-notes: stage: deploy needs: [] - image: alpine:3.21.3 + image: alpine:3.21.2 before_script: - apk add --update jq curl git script: