Skip to content

fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.46.0 - autoclosed #288

fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.46.0 - autoclosed

fix(deps): update module gitlab.com/gitlab-org/api/client-go to v1.46.0 - autoclosed #288

Workflow file for this run

name: PR
on:
pull_request:
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go mod tidy
- run: go test ./...