File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Set up Go 1.x
2727 uses : actions/setup-go@v1
2828 with :
29- go-version : " 1.19.5 "
29+ go-version : " 1.20.1 "
3030 - name : Check out code into the Go module directory
3131 uses : actions/checkout@v2
3232 with :
6363 - name : Set up Go 1.x
6464 uses : actions/setup-go@v1
6565 with :
66- go-version : " 1.19.5 "
66+ go-version : " 1.20.1 "
6767 - name : Check out code into the Go module directory
6868 uses : actions/checkout@v2
6969 with :
Original file line number Diff line number Diff line change 1414 - name : Set up Go 1.x
1515 uses : actions/setup-go@v1
1616 with :
17- go-version : " 1.19.5 "
17+ go-version : " 1.20.1 "
1818 - name : Check out code into the Go module directory
1919 uses : actions/checkout@v2
2020 with :
3737 - name : Set up Go 1.x
3838 uses : actions/setup-go@v1
3939 with :
40- go-version : " 1.19.5 "
40+ go-version : " 1.20.1 "
4141 - name : Check out code into the Go module directory
4242 uses : actions/checkout@v2
4343 with :
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 - name : Set up Go 1.x
1616 uses : actions/setup-go@v1
1717 with :
18- go-version : " 1.19.5 "
18+ go-version : " 1.20.1 "
1919 - uses : actions/checkout@v2
2020 with :
2121 fetch-depth : ' 0'
2222 - name : golangci-lint
23- uses : golangci/golangci-lint-action@v2
23+ uses : golangci/golangci-lint-action@v3
2424 with :
25- version : v1.45 .2
25+ version : v1.51 .2
2626 args : -v
Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v2
2020 with :
21- go-version : 1.19.5
21+ go-version : 1.20.1
2222 - name : Run GoReleaser
2323 uses : goreleaser/goreleaser-action@5e15885530fb01d81d1f24e8a6f54ebbd0fed7eb
2424 if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 1010 with :
1111 repo : carvel-dev/imgpkg
1212 tool : imgpkg
13- goVersion : 1.19.5
13+ goVersion : 1.20.1
1414 secrets :
1515 githubToken : ${{ secrets.GITHUB_TOKEN }}
1616 slackWebhookURL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ package main
66import (
77 "io/ioutil"
88 "log"
9- "math/rand"
109 "os"
11- "time"
1210
1311 "github.com/cppforlife/cobrautil"
1412 uierrs "github.com/cppforlife/go-cli-ui/errors"
@@ -17,8 +15,6 @@ import (
1715)
1816
1917func main () {
20- rand .Seed (time .Now ().UTC ().UnixNano ())
21-
2218 log .SetOutput (ioutil .Discard )
2319
2420 // TODO logs
Original file line number Diff line number Diff line change 11module github.com/vmware-tanzu/carvel-imgpkg
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04
You can’t perform that action at this time.
0 commit comments