Skip to content

Commit ccd24b3

Browse files
committed
chore: bump Go to 1.20
1 parent 99df271 commit ccd24b3

8 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
steps:
4141
- name: Checkout repository
4242
uses: actions/checkout@v3
43-
43+
4444
- name: Setup go
4545
uses: actions/setup-go@v4
4646
with:
47-
go-version: 1.18
47+
go-version: '^1.20'
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

.github/workflows/integration-enterprise-nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup go
3131
uses: actions/setup-go@v4
3232
with:
33-
go-version: '^1.18'
33+
go-version: '^1.20'
3434
- name: Checkout repository
3535
uses: actions/checkout@v3
3636
- name: Login to Docker Hub

.github/workflows/integration-enterprise.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup go
3333
uses: actions/setup-go@v4
3434
with:
35-
go-version: '^1.18'
35+
go-version: '^1.20'
3636
- name: Checkout repository
3737
uses: actions/checkout@v3
3838
- name: Login to Docker Hub

.github/workflows/integration-konnect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup go
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: '^1.18'
17+
go-version: '^1.20'
1818
- name: Checkout repository
1919
uses: actions/checkout@v3
2020
- name: Run integration tests

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup go
3333
uses: actions/setup-go@v4
3434
with:
35-
go-version: '^1.18'
35+
go-version: '^1.20'
3636
- name: Checkout repository
3737
uses: actions/checkout@v3
3838
- name: Setup Kong

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: 1.18
19+
go-version: 1.20
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v4
2222
with:

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: '^1.18'
16+
go-version: '^1.20'
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919
- name: Setup golangci-lint

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kong/deck
22

3-
go 1.18
3+
go 1.20
44

55
replace github.com/yudai/gojsondiff v1.0.0 => github.com/Kong/gojsondiff v1.3.0
66

0 commit comments

Comments
 (0)