Skip to content

chore(deps): update module github.com/xanzy/go-gitlab to v0.114.0 #39

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

chore(deps): update module github.com/xanzy/go-gitlab to v0.114.0 #39

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Run tests
run: go test -v ./...