File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
16
16
- name : Set up Go
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : 1.16
19
+ go-version : ' 1.17 '
20
20
- name : Login to GitHub Container Registry
21
21
uses : docker/login-action@v1
22
22
with :
23
23
registry : ghcr.io
24
24
username : ${{ github.repository_owner }}
25
- password : ${{ secrets.CR_TOKEN }}
25
+ password : ${{ secrets.GH_PAT }}
26
26
- name : Run GoReleaser
27
27
uses : goreleaser/goreleaser-action@v2
28
28
with :
29
29
args : release --rm-dist
30
30
env :
31
- GITHUB_TOKEN : ${{ secrets.GO_RELEASER_TOKEN }}
31
+ GITHUB_TOKEN : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v2
15
15
with :
16
- go-version : ' 1.16 '
16
+ go-version : ' 1.17 '
17
17
18
18
- name : Checkout code
19
19
uses : actions/checkout@v2
44
44
- name : Install Go
45
45
uses : actions/setup-go@v2
46
46
with :
47
- go-version : ' 1.16 '
47
+ go-version : ' 1.17 '
48
48
49
49
- name : Checkout code
50
50
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
module github.com/patrickhoefler/cloudbuildgraph
2
2
3
- go 1.14
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/awalterschulze/gographviz v2.0.3+incompatible
7
7
github.com/google/go-cmp v0.5.6
8
8
github.com/spf13/afero v1.6.0
9
9
gopkg.in/yaml.v2 v2.4.0
10
10
)
11
+
12
+ require golang.org/x/text v0.3.7 // indirect
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
17
17
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
18
18
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
19
19
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
20
- golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k =
21
20
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
21
+ golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk =
22
+ golang.org/x/text v0.3.7 /go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ =
22
23
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
23
24
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4 =
24
25
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments