Skip to content

Bump github.com/xanzy/go-gitlab from 0.43.0 to 0.86.0 #40

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

Bump github.com/xanzy/go-gitlab from 0.43.0 to 0.86.0 #40

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true
matrix:
go: ['stable', 'oldstable']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
check-latest: true
- run: go test -v -count=1 -race -shuffle=on -cover ./...