Skip to content

.github: Bump actions/checkout from 3 to 4 #92

.github: Bump actions/checkout from 3 to 4

.github: Bump actions/checkout from 3 to 4 #92

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: make test GOTEST_FLAGS="-v -count=1"