Skip to content

chore: modify go.mod module to make sure the project could be importe… #4

chore: modify go.mod module to make sure the project could be importe…

chore: modify go.mod module to make sure the project could be importe… #4

Workflow file for this run

name: go ci Lint
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@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m0s