Skip to content

build(deps): bump github.com/xanzy/go-gitlab from 0.50.3 to 0.95.2 #101

build(deps): bump github.com/xanzy/go-gitlab from 0.50.3 to 0.95.2

build(deps): bump github.com/xanzy/go-gitlab from 0.50.3 to 0.95.2 #101

Workflow file for this run

name: tester
on: [push]
jobs:
test:
name: runner / gotest
runs-on: ubuntu-latest
container: ghcr.io/runatlantis/testing-env:805e94e7f648eddb0484e539a7b51410d39529bc
steps:
# user in image needs write access to do anything
- name: setup
run: sudo chmod -R 777 $GITHUB_WORKSPACE /github /__w/_temp
- uses: actions/checkout@v2
- run: make test-all