Skip to content

Bump github.com/chainguard-dev/clog from 1.7.0 to 1.8.0 in the gomod group #170

Bump github.com/chainguard-dev/clog from 1.7.0 to 1.8.0 in the gomod group

Bump github.com/chainguard-dev/clog from 1.7.0 to 1.8.0 in the gomod group #170

Workflow file for this run

# Copyright 2024 The Sigstore Authors
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
if: github.repository == 'sigstore/sigstore-devops-tools'
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: './go.mod'
check-latest: true
- name: build get-oncall
run: go build -o get-oncall ./cmd/get_oncall