File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
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 34
34
- name : Setup go
35
35
uses : actions/setup-go@v4
36
36
with :
37
- go-version : ' ^1.18 '
37
+ go-version : ' ^1.20 '
38
38
- name : Checkout repository
39
39
uses : actions/checkout@v3
40
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 34
34
- name : Setup go
35
35
uses : actions/setup-go@v4
36
36
with :
37
- go-version : ' ^1.18 '
37
+ go-version : ' ^1.20 '
38
38
- name : Checkout repository
39
39
uses : actions/checkout@v3
40
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