Skip to content

Merge pull request #10 from jacobwgillespie/dependabot/github_actions… #26

Merge pull request #10 from jacobwgillespie/dependabot/github_actions…

Merge pull request #10 from jacobwgillespie/dependabot/github_actions… #26

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.19"
- uses: actions/cache@v3
with:
path: |
~/go
~/.cache/go-build
~/Library/Caches/go-build
%LocalAppData%\go-build
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go
- uses: goreleaser/goreleaser-action@v4
with:
version: 1.7.0
args: build --rm-dist --snapshot