Skip to content

Commit

Permalink
chore: update tooling versions
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei committed Apr 19, 2024
1 parent 919bd1c commit 6aed89a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ on:

# set up environment variables to be used across all the jobs
env:
GOLANG_VERSION: "1.21.x"
KIND_VERSION: "v0.20.0"
GOLANG_VERSION: "1.22.x"
KIND_VERSION: "v0.22.0"
K8S_VERSION: "v1.29.0"
REGISTRY: "ghcr.io/cloudnative-pg/postgresql-trunk"
POSTGRES_VERSION: "17-devel"

Expand Down Expand Up @@ -69,7 +70,6 @@ jobs:
runs-on: ubuntu-22.04
env:
TEST_DEPTH: 4
K8S_VERSION: "v1.28.0"
ID: "local"
POSTGRES_KIND: "PostgreSQL"

Expand Down

0 comments on commit 6aed89a

Please sign in to comment.