File tree 8 files changed +15
-55
lines changed
8 files changed +15
-55
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
- ' kong/kong-gateway:2.8'
23
23
- ' kong/kong-gateway:3.0'
24
24
- ' kong/kong-gateway:3.1'
25
+ - ' kong/kong-gateway:3.2'
26
+ - ' kong/kong-gateway-dev:latest'
25
27
env :
26
28
KONG_ANONYMOUS_REPORTS : " off"
27
29
KONG_IMAGE : ${{ matrix.kong_image }}
32
34
- name : Setup go
33
35
uses : actions/setup-go@v4
34
36
with :
35
- go-version : ' ^1.18 '
37
+ go-version : ' ^1.20 '
36
38
- name : Checkout repository
37
39
uses : actions/checkout@v3
38
40
- 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 20
20
- ' kong:2.4.1'
21
21
- ' kong:2.5.1'
22
22
- ' kong:2.6.0'
23
- - ' kong:2.7.0'
24
- - ' kong:2.8.0'
25
- - ' kong:3.0.0'
23
+ - ' kong:2.7'
24
+ - ' kong:2.8'
25
+ - ' kong:3.0'
26
+ - ' kong:3.1'
27
+ - ' kong:3.2'
26
28
- ' kong/kong:master-alpine'
27
29
env :
28
30
KONG_ANONYMOUS_REPORTS : " off"
32
34
- name : Setup go
33
35
uses : actions/setup-go@v4
34
36
with :
35
- go-version : ' ^1.18 '
37
+ go-version : ' ^1.20 '
36
38
- name : Checkout repository
37
39
uses : actions/checkout@v3
38
40
- 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