Skip to content

Bump actions/checkout from 5 to 6 #614

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #614

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Build
run: make build