Skip to content

Bump actions/checkout from 7.0.0 to 7.0.1 in the minor-and-patch group #21

Bump actions/checkout from 7.0.0 to 7.0.1 in the minor-and-patch group

Bump actions/checkout from 7.0.0 to 7.0.1 in the minor-and-patch group #21

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: Build
run: go build -v ./