Skip to content

Bump the github-actions group across 1 directory with 3 updates #303

Bump the github-actions group across 1 directory with 3 updates

Bump the github-actions group across 1 directory with 3 updates #303

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
pull_request:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: "1.20"
check-latest: true