Skip to content

Update module github.com/xanzy/go-gitlab to v0.114.0 #331

Update module github.com/xanzy/go-gitlab to v0.114.0

Update module github.com/xanzy/go-gitlab to v0.114.0 #331

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.13.8'
- uses: actions/cache@v1
with:
path: /home/runner/go/pkg/mod
key: go-mod-build
- uses: goreleaser/goreleaser-action@v1
with:
args: release --snapshot