Skip to content

Commit

Permalink
Update pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Chris <[email protected]>
  • Loading branch information
ccremer authored and srueg committed Apr 9, 2020
1 parent 77739b8 commit 44b9f53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.13.8'
go-version: '^1.14.1'
- uses: actions/cache@v1
with:
path: /home/runner/go/pkg/mod
key: go-mod
- uses: goreleaser/goreleaser-action@v1
with:
args: release --snapshot
args: release --snapshot --skip-sign
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.13.8'
go-version: '^1.14.1'
- uses: actions/cache@v1
with:
path: /home/runner/go/pkg/mod
Expand All @@ -23,5 +23,6 @@ jobs:
- uses: goreleaser/goreleaser-action@v1
with:
args: release
key: ${{ secrets.SIGNING_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/appuio/seiso

go 1.13
go 1.14

require (
github.com/etdub/goparsetime v0.0.0-20160315173935-ea17b0ac3318 // indirect
Expand Down

0 comments on commit 44b9f53

Please sign in to comment.