File tree 5 files changed +14
-11
lines changed
5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,10 @@ updates:
7
7
open-pull-requests-limit : 10
8
8
reviewers :
9
9
- 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 9
9
main :
10
10
strategy :
11
11
matrix :
12
- go-version : [1.17 .x]
12
+ go-version : [1.18 .x]
13
13
platform : [ubuntu-latest, macos-latest]
14
14
runs-on : ${{ matrix.platform }}
15
15
steps :
16
- - uses : actions/setup-go@v2
16
+ - uses : actions/setup-go@v3
17
17
with :
18
18
go-version : ${{ matrix.go-version }}
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 1
22
22
- run : make
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
release :
11
11
strategy :
12
12
matrix :
13
- go-version : [1.17 .x]
13
+ go-version : [1.18 .x]
14
14
os : [ubuntu-20.04]
15
15
runs-on : ${{ matrix.os }}
16
16
timeout-minutes : 20
17
17
steps :
18
- - uses : actions/setup-go@v2
18
+ - uses : actions/setup-go@v3
19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
with :
23
23
path : go/src/github.com/lima-vm/sshocker
24
24
- name : " Compile binaries"
Original file line number Diff line number Diff line change 1
1
module github.com/lima-vm/sshocker
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
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
28
28
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd h1:XcWmESyNjXJMLahc3mqVQJcgSTDxFxhETVlfk9uGc38 =
29
29
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
30
30
golang.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 =
32
31
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
33
32
golang.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 =
35
33
golang.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 =
37
34
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf h1:Fm4IcnUL803i92qDlmB0obyHmosDrxZWxJL3gIeNqOw =
38
35
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
39
36
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E =
40
37
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
41
38
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
42
- golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
43
39
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
44
40
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
45
41
gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments