Skip to content

ci: use single year licenses for license header action #313

ci: use single year licenses for license header action

ci: use single year licenses for license header action #313

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@v7
- uses: ./.github/actions/go-setup
- run: |
go build ./...