Skip to content

Bump github.com/sigstore/sigstore-go from 1.1.4 to 1.2.0 in /tools (#39) #164

Bump github.com/sigstore/sigstore-go from 1.1.4 to 1.2.0 in /tools (#39)

Bump github.com/sigstore/sigstore-go from 1.1.4 to 1.2.0 in /tools (#39) #164

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v7
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache-dependency-path: |
go.sum
tools/go.sum
- name: Cache local tool binaries
uses: actions/cache@v6
with:
path: bin
key: tools-test-${{ runner.os }}-${{ hashFiles('Makefile', '.custom-gcl.yml', 'tools/go.sum') }}
restore-keys: |
tools-test-${{ runner.os }}-
- name: Running Tests
run: |
make ci-verify