Skip to content

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

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

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

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: './go.mod'
check-latest: true
- name: build get-oncall
run: go build -o get-oncall ./cmd/get_oncall