File tree Expand file tree Collapse file tree 3 files changed +7
-128
lines changed Expand file tree Collapse file tree 3 files changed +7
-128
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/setup-go@v1
2020 with :
21- go-version : " 1.17 "
21+ go-version : " 1.19 "
2222
2323 - name : setup env
2424 run : |
3535 steps :
3636 - uses : actions/setup-go@v1
3737 with :
38- go-version : ' 1.17 '
38+ go-version : ' 1.19 '
3939 - name : setup env
4040 run : |
4141 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 - uses : actions/setup-go@v1
113113 with :
114- go-version : ' 1.17 '
114+ go-version : ' 1.19 '
115115 - name : setup env
116116 run : |
117117 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -148,7 +148,7 @@ jobs:
148148 steps :
149149 - uses : actions/setup-go@v1
150150 with :
151- go-version : ' 1.17 '
151+ go-version : ' 1.19 '
152152 - name : setup env
153153 run : |
154154 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -173,7 +173,7 @@ jobs:
173173
174174 - uses : actions/setup-go@v1
175175 with :
176- go-version : " 1.17 "
176+ go-version : " 1.19 "
177177
178178 - name : Run GoReleaser
179179 uses : goreleaser/goreleaser-action@v2
@@ -202,7 +202,7 @@ jobs:
202202
203203 - uses : actions/setup-go@v1
204204 with :
205- go-version : " 1.17 "
205+ go-version : " 1.19 "
206206
207207 - uses : sigstore/cosign-installer@main
208208 with :
Original file line number Diff line number Diff line change 11module github.com/replicatedhq/troubleshoot
22
3- go 1.17
3+ go 1.19
44
55require (
66 github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
You can’t perform that action at this time.
0 commit comments