Skip to content

feat: change app.go to v2 and add AppWiring feature #7813

feat: change app.go to v2 and add AppWiring feature

feat: change app.go to v2 and add AppWiring feature #7813

Workflow file for this run

name: Lint
on:
pull_request:
push:
paths-ignore:
- '**.md'
branches:
- main
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
go.mod
go.sum
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}