Docker + goreleaser (#729)

This commit is contained in:
Thomas Pelletier
2021-12-31 19:55:31 -05:00
committed by GitHub
parent f1391952d4
commit 2373685f1e
5 changed files with 155 additions and 0 deletions
+7
View File
@@ -17,9 +17,16 @@ jobs:
name: ${{ matrix.go }}/${{ matrix.os }}
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup go ${{ matrix.go }}
uses: actions/setup-go@master
with:
go-version: ${{ matrix.go }}
- name: Run unit tests
run: go test -race ./...
release-check:
if: ${{ github.ref != 'refs/heads/v2' }}
uses: pelletier/go-toml/.github/workflows/release.yml@docker
with:
args: --snapshot