Skip to content

fix: nip-42 bug, d tag query in database and service registry update.… #193

fix: nip-42 bug, d tag query in database and service registry update.…

fix: nip-42 bug, d tag query in database and service registry update.… #193

Workflow file for this run

name: Lint and format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.5'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60