Skip to content

🌱(deps): Bump actions/checkout from 5 to 6 in the all-github-actions group #47

🌱(deps): Bump actions/checkout from 5 to 6 in the all-github-actions group

🌱(deps): Bump actions/checkout from 5 to 6 in the all-github-actions group #47

Workflow file for this run

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