Skip to content

chore(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /tools #87

chore(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /tools

chore(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /tools #87

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