Skip to content

Commit

Permalink
Merge pull request #64 from catatsuy/feature_update_go114
Browse files Browse the repository at this point in the history
update Go1.14
  • Loading branch information
catatsuy authored Apr 5, 2020
2 parents d07a481 + 69cb696 commit 018a63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.13.x', '1.14.x' ]
go: [ '1.14.x' ]
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 @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit 018a63d

Please sign in to comment.