Skip to content

chore: enable go mod tidy and indirect dependencies update in renovate.json #949

chore: enable go mod tidy and indirect dependencies update in renovate.json

chore: enable go mod tidy and indirect dependencies update in renovate.json #949

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: make build