Skip to content

Bump github.com/xanzy/go-gitlab from 0.43.0 to 0.106.0 #151

Bump github.com/xanzy/go-gitlab from 0.43.0 to 0.106.0

Bump github.com/xanzy/go-gitlab from 0.43.0 to 0.106.0 #151

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
GOLANGCI_LINT_VERSION: v1.57.2
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --verbose --timeout 5m