Skip to content

Bump actions/checkout from 3 to 4 #114

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #114

Workflow file for this run

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