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

Commit

Permalink
Merge pull request #87 from saneyuki/go-1.14
Browse files Browse the repository at this point in the history
Upgrade go to v1.14
  • Loading branch information
tetsuharuohzeki authored Feb 26, 2020
2 parents e3437d4 + 3602b5c commit 34c357a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executors:
build_executor:
working_directory: *workspace_root
docker:
- image: golang:1.13-buster
- image: golang:1.14-buster


###########################################
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-buster
FROM golang:1.14-buster

ADD . /gh-action-detect-unmergeable/

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.13
go 1.14

require (
github.com/google/go-github/v28 v28.1.1
Expand Down

0 comments on commit 34c357a

Please sign in to comment.