Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #110 from tetsuharuohzeki/go115
Browse files Browse the repository at this point in the history
Upgrade go to 1.15
  • Loading branch information
tetsuharuohzeki authored Aug 20, 2020
2 parents fed95ac + 3616d5f commit 756b4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14 # The Go version to download (if necessary) and use.
go-version: ^1.15 # The Go version to download (if necessary) and use.
- name: build
run: make build -j
- name: test
Expand Down
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/cats-oss/github-action-detect-unmergeable

go 1.14
go 1.15

require (
github.com/google/go-github/v32 v32.1.0
Expand Down

0 comments on commit 756b4c1

Please sign in to comment.