File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
steps :
41
41
- name : Checkout repository
42
42
uses : actions/checkout@v3
43
-
43
+
44
44
- name : Setup go
45
45
uses : actions/setup-go@v4
46
46
with :
47
- go-version : 1.18
47
+ go-version : 1.20
48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 30
30
- name : Setup go
31
31
uses : actions/setup-go@v4
32
32
with :
33
- go-version : ' ^1.18 '
33
+ go-version : ' ^1.20 '
34
34
- name : Checkout repository
35
35
uses : actions/checkout@v3
36
36
- name : Login to Docker Hub
Original file line number Diff line number Diff line change 32
32
- name : Setup go
33
33
uses : actions/setup-go@v4
34
34
with :
35
- go-version : ' ^1.18 '
35
+ go-version : ' ^1.20 '
36
36
- name : Checkout repository
37
37
uses : actions/checkout@v3
38
38
- name : Login to Docker Hub
Original file line number Diff line number Diff line change 14
14
- name : Setup go
15
15
uses : actions/setup-go@v4
16
16
with :
17
- go-version : ' ^1.18 '
17
+ go-version : ' ^1.20 '
18
18
- name : Checkout repository
19
19
uses : actions/checkout@v3
20
20
- name : Run integration tests
Original file line number Diff line number Diff line change 32
32
- name : Setup go
33
33
uses : actions/setup-go@v4
34
34
with :
35
- go-version : ' ^1.18 '
35
+ go-version : ' ^1.20 '
36
36
- name : Checkout repository
37
37
uses : actions/checkout@v3
38
38
- name : Setup Kong
Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v4
18
18
with :
19
- go-version : 1.18
19
+ go-version : 1.20
20
20
- name : Run GoReleaser
21
21
uses : goreleaser/goreleaser-action@v4
22
22
with :
Original file line number Diff line number Diff line change 13
13
- name : Setup go
14
14
uses : actions/setup-go@v4
15
15
with :
16
- go-version : ' ^1.18 '
16
+ go-version : ' ^1.20 '
17
17
- name : Checkout repository
18
18
uses : actions/checkout@v3
19
19
- name : Setup golangci-lint
Original file line number Diff line number Diff line change 1
1
module github.com/kong/deck
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
replace github.com/yudai/gojsondiff v1.0.0 => github.com/Kong/gojsondiff v1.3.0
6
6
You can’t perform that action at this time.
0 commit comments