Skip to content

Update module github.com/go-git/go-billy/v5 to v5.6.0 #285

Update module github.com/go-git/go-billy/v5 to v5.6.0

Update module github.com/go-git/go-billy/v5 to v5.6.0 #285

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