Skip to content

Commit

Permalink
chore: update integration test matrix for Kong Gateway OSS and enterp…
Browse files Browse the repository at this point in the history
…rise

This commit also removes the requirement to pull the Kong Gateway nightly
image from an internal repo and utilizes the newly introduced public
repository for nightly images.
  • Loading branch information
mikefero authored and GGabriele committed Apr 21, 2023
1 parent 4dc74d9 commit 2e68711
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: '^1.20'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.18'
go-version: '^1.20'
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-konnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.18'
go-version: '^1.20'
- name: Checkout repository
uses: actions/checkout@v3
- name: Run integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.18'
go-version: '^1.20'
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Kong
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.18'
go-version: '^1.20'
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kong/deck

go 1.18
go 1.20

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

Expand Down

0 comments on commit 2e68711

Please sign in to comment.