File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
vet :
12
12
name : vet
13
13
runs-on : ubuntu-22.04
14
- container : golang:1.19
14
+ container : golang:1.22
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- run : make vet
18
18
shell : bash
19
19
test :
20
20
name : go test
21
21
runs-on : ubuntu-22.04
22
- container : golang:1.19
22
+ container : golang:1.22
23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- run : make test
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
vet :
14
14
name : vet
15
15
runs-on : ubuntu-22.04
16
- container : golang:1.19
16
+ container : golang:1.22
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- run : make vet
20
20
shell : bash
21
21
test :
22
22
name : go test
23
23
runs-on : ubuntu-22.04
24
- container : golang:1.19
24
+ container : golang:1.22
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- run : make test
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/jetstack/preflight
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.6
6
-
7
5
require (
8
6
github.com/Jeffail/gabs/v2 v2.7.0
9
7
github.com/cenkalti/backoff v2.2.1+incompatible
You can’t perform that action at this time.
0 commit comments