File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,10 @@ updates:
77 open-pull-requests-limit : 10
88 reviewers :
99 - AkihiroSuda
10+ - package-ecosystem : github-actions
11+ directory : " /"
12+ schedule :
13+ interval : weekly
14+ open-pull-requests-limit : 10
15+ reviewers :
16+ - AkihiroSuda
Original file line number Diff line number Diff line change 99 main :
1010 strategy :
1111 matrix :
12- go-version : [1.17 .x]
12+ go-version : [1.18 .x]
1313 platform : [ubuntu-latest, macos-latest]
1414 runs-on : ${{ matrix.platform }}
1515 steps :
16- - uses : actions/setup-go@v2
16+ - uses : actions/setup-go@v3
1717 with :
1818 go-version : ${{ matrix.go-version }}
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 1
2222 - run : make
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 release :
1111 strategy :
1212 matrix :
13- go-version : [1.17 .x]
13+ go-version : [1.18 .x]
1414 os : [ubuntu-20.04]
1515 runs-on : ${{ matrix.os }}
1616 timeout-minutes : 20
1717 steps :
18- - uses : actions/setup-go@v2
18+ - uses : actions/setup-go@v3
1919 with :
2020 go-version : ${{ matrix.go-version }}
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 with :
2323 path : go/src/github.com/lima-vm/sshocker
2424 - name : " Compile binaries"
Original file line number Diff line number Diff line change 11module github.com/lima-vm/sshocker
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/hashicorp/go-multierror v1.1.1
Original file line number Diff line number Diff line change @@ -28,18 +28,14 @@ golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm
2828golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd h1:XcWmESyNjXJMLahc3mqVQJcgSTDxFxhETVlfk9uGc38 =
2929golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
3030golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
31- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
3231golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
3332golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
34- golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
3533golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
36- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
3734golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf h1:Fm4IcnUL803i92qDlmB0obyHmosDrxZWxJL3gIeNqOw =
3835golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
3936golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E =
4037golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
4138golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
42- golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
4339golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
4440gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
4541gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments