Skip to content

build(deps): bump github.com/sigstore/sigstore-go from 1.1.4 to 1.2.0 #619

build(deps): bump github.com/sigstore/sigstore-go from 1.1.4 to 1.2.0

build(deps): bump github.com/sigstore/sigstore-go from 1.1.4 to 1.2.0 #619

Workflow file for this run

name: Main
on:
push:
pull_request:
jobs:
main:
name: Main Process
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v7
# https://github.com/marketplace/actions/setup-go-environment
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Lint and Tests
run: |
make ci
git diff --exit-code