Skip to content

chore(deps): bump actions/checkout from 5 to 6 #140

chore(deps): bump actions/checkout from 5 to 6

chore(deps): bump actions/checkout from 5 to 6 #140

Workflow file for this run

name: Go
on:
- push
- pull_request
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "stable"
check-latest: true
- name: Build
run: make
- name: Test
run: make test