Skip to content

Commit

Permalink
[patch] update golang version
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <[email protected]>
  • Loading branch information
kpango committed Feb 27, 2019
1 parent 073db6a commit 3a25d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11-alpine AS go
FROM golang:1.12-alpine AS go

RUN apk update \
&& apk upgrade \
Expand Down
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ if type git >/dev/null 2>&1; then
gfr(){
git fetch --prune;
git reset --hard origin/$(tb);
git branch --merged | grep -vE '^\*|master$|develop$' | xargs -I % git branch -d %
git branch --merged | grep -vE '^\*|master$|develop$' | xargs -I % git branch -D %
}
alias gfr=gfr
gfrs(){
Expand Down

0 comments on commit 3a25d45

Please sign in to comment.