Skip to content

Commit

Permalink
Update make setup (#64)
Browse files Browse the repository at this point in the history
* Update make setup

* Upgrade go version to 1.14 on workflow

* Update
  • Loading branch information
mpppk authored Apr 30, 2020
1 parent 1489919 commit 26821de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- windows-latest
- macOS-latest
goversion:
- 1.13
- 1.14
steps:

- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14

- name: setup env
run: |
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
before:
hooks:
- go mod tidy
- go mod download
- make setup
- git checkout -- go.mod
- git checkout -- go.sum
- make generate
builds:
- goos:
Expand Down

0 comments on commit 26821de

Please sign in to comment.