Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Bump go.uber.org/dig from 1.17.1 to 1.18.0 #65

Bump go.uber.org/dig from 1.17.1 to 1.18.0

Bump go.uber.org/dig from 1.17.1 to 1.18.0 #65

Workflow file for this run

name: GolangCIlint
on:
pull_request:
paths-ignore:
- 'documentation/**'
- 'scripts/**'
- 'tools/**'
jobs:
golangci-lint:
name: GolangCI-Lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
golangci_lint_flags: "--timeout=10m"
reporter: github-pr-check
filter_mode: nofilter
fail_on_error: true