Skip to content

chore(deps): bump github.com/goreleaser/goreleaser/v2 from 2.5.1 to 2.7.0 in /tools #101

chore(deps): bump github.com/goreleaser/goreleaser/v2 from 2.5.1 to 2.7.0 in /tools

chore(deps): bump github.com/goreleaser/goreleaser/v2 from 2.5.1 to 2.7.0 in /tools #101

Workflow file for this run

name: Test Unit
on:
pull_request:
branches:
- '*'
env:
GO_VERSION: "1.22"
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: make
run: |
make ci
git diff --exit-code