Skip to content

Bump github.com/sigstore/fulcio from 1.5.1 to 1.6.5 #1208

Bump github.com/sigstore/fulcio from 1.5.1 to 1.6.5

Bump github.com/sigstore/fulcio from 1.5.1 to 1.6.5 #1208

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.23"
check-latest: true
- name: Build
run: make build-all
- name: Unit Tests
run: make unit-test