Skip to content

Commit 8707772

Browse files
committed
zarf: go1.20
1 parent 18d7554 commit 8707772

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

foundation/olivetv/kuaishou.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package olivetv
22

33
import (
44
"errors"
5-
"fmt"
65
"regexp"
76
"sort"
87
"time"
@@ -60,7 +59,7 @@ func (this *kuaishou) set(tv *TV) error {
6059
tv.streamerName = gjson.Get(text, "liveroom.author.name").String()
6160

6261
tv.roomOn = gjson.Get(text, "liveroom.isLiving").Bool()
63-
fmt.Println("tv.roomOn", tv.roomOn)
62+
// fmt.Println("tv.roomOn", tv.roomOn)
6463
if !tv.roomOn {
6564
return nil
6665
}

zarf/docker/dockerfile.olive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the Go Binary.
2-
FROM golang:1.19 as build_olive
2+
FROM golang:1.20 as build_olive
33
ENV CGO_ENABLED 0
44
ARG BUILD_REF
55

0 commit comments

Comments
 (0)