diff --git a/fulcio.yaml b/fulcio.yaml index f8deb2586be..a9bd745fd20 100644 --- a/fulcio.yaml +++ b/fulcio.yaml @@ -1,7 +1,7 @@ package: name: fulcio version: 1.6.5 - epoch: 0 + epoch: 1 description: Sigstore OIDC PKI copyright: - license: Apache-2.0 @@ -17,6 +17,11 @@ pipeline: repository: https://github.com/sigstore/fulcio tag: v${{package.version}} + - uses: go/bump + with: + deps: golang.org/x/crypto@v0.31.0 + modroot: . + - uses: go/build with: ldflags: -s -w