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: