Skip to content

build(deps): bump the go-dev-dependencies group across 1 directory with 9 updates #496

build(deps): bump the go-dev-dependencies group across 1 directory with 9 updates

build(deps): bump the go-dev-dependencies group across 1 directory with 9 updates #496

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- run: |
go build ./...