Skip to content

chore(deps): bump github.com/xanzy/go-gitlab from 0.104.0 to 0.104.1 #6358

chore(deps): bump github.com/xanzy/go-gitlab from 0.104.0 to 0.104.1

chore(deps): bump github.com/xanzy/go-gitlab from 0.104.0 to 0.104.1 #6358

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v3
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4
with:
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v3
with:
args: --timeout=5m
version: v1.56.2