Skip to content

fix(deps): update module github.com/xanzy/go-gitlab to v0.107.0 #277

fix(deps): update module github.com/xanzy/go-gitlab to v0.107.0

fix(deps): update module github.com/xanzy/go-gitlab to v0.107.0 #277

Workflow file for this run

---
name: Go Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Test
run: go test -v ./... -cover