Skip to content

Commit

Permalink
Create go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
verchol authored Feb 7, 2020
1 parent d855510 commit b71065d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Go
on: [push]
jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go

- name: GoReleaser Action
uses: goreleaser/[email protected]
with:
# GoReleaser version. Example: v0.118.0
version: # optional, default is latest
# Arguments to pass to GoReleaser
args: # optional
# Private key to import
key: # optional
# Working directory (below repository root)
workdir: # optional, default is .

0 comments on commit b71065d

Please sign in to comment.