Skip to content

chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 #64

chore(deps): bump actions/checkout from 4.1.1 to 4.1.7

chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 #64

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.21'
- name: build binary
run: make build
- name: run all tests
run: make tests