Skip to content

build(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2 #472

build(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2

build(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2 #472

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Run unit tests
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
check-latest: true
cache: true
- name: Run Go tests
run: make test