Skip to content

Bump actions/setup-go from 5.0.1 to 5.0.2 in the actions group #11

Bump actions/setup-go from 5.0.1 to 5.0.2 in the actions group

Bump actions/setup-go from 5.0.1 to 5.0.2 in the actions group #11

Workflow file for this run

# Copyright 2024 The Sigstore Authors
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'sigstore/sigstore-devops-tools'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.22'
check-latest: true
- name: build get-oncall
run: go build -o get-oncall ./cmd/get_oncall