File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/setup-go@v4
3232 with :
33- go-version : " 1.19 "
33+ go-version : " 1.20 "
3434
3535 - name : setup env
3636 run : |
4747 steps :
4848 - uses : actions/setup-go@v4
4949 with :
50- go-version : " 1.19 "
50+ go-version : " 1.20 "
5151
5252 - name : setup env
5353 run : |
6868 steps :
6969 - uses : actions/setup-go@v4
7070 with :
71- go-version : " 1.19 "
71+ go-version : " 1.20 "
7272 - name : setup env
7373 run : |
7474 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
8484 steps :
8585 - uses : actions/setup-go@v4
8686 with :
87- go-version : " 1.19 "
87+ go-version : " 1.20 "
8888 - name : setup env
8989 run : |
9090 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -173,7 +173,7 @@ jobs:
173173 steps :
174174 - uses : actions/setup-go@v4
175175 with :
176- go-version : " 1.19 "
176+ go-version : " 1.20 "
177177 - name : setup env
178178 run : |
179179 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -228,7 +228,7 @@ jobs:
228228 steps :
229229 - uses : actions/setup-go@v4
230230 with :
231- go-version : " 1.19 "
231+ go-version : " 1.20 "
232232 - name : setup env
233233 run : |
234234 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -248,7 +248,7 @@ jobs:
248248 steps :
249249 - uses : actions/setup-go@v4
250250 with :
251- go-version : " 1.19 "
251+ go-version : " 1.20 "
252252 - name : setup env
253253 run : |
254254 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -279,7 +279,7 @@ jobs:
279279
280280 - uses : actions/setup-go@v4
281281 with :
282- go-version : " 1.19 "
282+ go-version : " 1.20 "
283283
284284 - name : Run GoReleaser
285285 uses : goreleaser/goreleaser-action@v4
@@ -310,7 +310,7 @@ jobs:
310310
311311 - uses : actions/setup-go@v4
312312 with :
313- go-version : " 1.19 "
313+ go-version : " 1.20 "
314314
315315 - uses : sigstore/cosign-installer@v3
316316 with :
Original file line number Diff line number Diff line change 11module github.com/replicatedhq/troubleshoot
22
3- go 1.19
3+ go 1.20
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