Skip to content

fix(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2… #518

fix(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2…

fix(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2… #518

Workflow file for this run

name: CI
on:
push:
branches:
- 3.x
pull_request:
branches:
- 3.x
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: 1.27.x
check-latest: true
cache-dependency-path: "**/go.sum"
- name: Tools cache
uses: actions/cache@v6
env:
cache-name: go-tools-cache
with:
path: .tools
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('./internal/tools/**') }}
- name: Run CI checks
run: make ci