Skip to content

Commit

Permalink
Polish build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pershouse committed Apr 9, 2021
1 parent 9c5ef50 commit 7fc539e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Build and Test

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Format
run: if [ "$(gofmt -s -l ./cmd ./commands ./bl ./integration ./pkg | wc -l)" -gt 0 ]; then exit 1; fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: Publish Release

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
-
name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 7fc539e

Please sign in to comment.