Skip to content

chore(deps): bump actions/checkout from 4 to 6 #286

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

chore(deps): bump actions/checkout from 4 to 6 #286

Workflow file for this run

name: build-test
on:
push:
branches:
- main
pull_request:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: test
run: make test
- name: build
run: make build