Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.51.0 #36

Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.51.0

Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.51.0 #36

Workflow file for this run

---
name: Run tests
on:
workflow_call:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
tests:
name: Run Tests
runs-on: ubuntu-latest
concurrency:
group: terrascaler-tests
cancel-in-progress: false
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
check-latest: true
cache: true
- name: Run tests
run: make test
- name: Build binary
run: make build