Skip to content

Commit

Permalink
delete: test print, change: to go 1.14 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Jan 11, 2021
1 parent 4260d60 commit b104153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.15-alpine
FROM golang:1.14-alpine

RUN apk add git
RUN go get -u github.com/go-telegram-bot-api/telegram-bot-api \
Expand Down
1 change: 0 additions & 1 deletion github.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ func main() {
re := regexp.MustCompile(`(?s)(<!--START_SECTION:my_github-->)(.*)(<!--END_SECTION:my_github-->)`)
newContentString := myCreatedString + myPrString
if withStared {
fmt.Println(withStared, 2222)
newContentString = newContentString + myStaredString
}
newContent := []byte(re.ReplaceAllString(string(readMeContent), `$1`+"\n"+newContentString+`$3`))
Expand Down

0 comments on commit b104153

Please sign in to comment.