Skip to content

fix: match the wrong port (#112) #617

fix: match the wrong port (#112)

fix: match the wrong port (#112) #617

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- release-v2-dev
pull_request:
branches:
- master
- release-v2-dev
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go Env
uses: actions/setup-go@v4
with:
go-version: "1.22"
- name: check go path for debug
run: go env
- name: 🛩️ golangci-lint
run: make lint