Skip to content

build(deps): bump actions/setup-go from 6 to 7 in the github-actions group #40

build(deps): bump actions/setup-go from 6 to 7 in the github-actions group

build(deps): bump actions/setup-go from 6 to 7 in the github-actions group #40

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout Repo
uses: actions/checkout@v7
-
name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
-
name: Build and Test
run: make all