Skip to content

Commit

Permalink
bump jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Mar 3, 2024
1 parent 264f814 commit 807a035
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.20.4"
GO_VERSION: "1.21.4"

jobs:
e2e:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.20.4"
K8S_VERSION: "v1.27.1"
KIND_VERSION: "v0.18.0"
GO_VERSION: "1.21.7"
K8S_VERSION: "v1.29.2"
KIND_VERSION: "v0.22.0"
KIND_CLUSTER_NAME: "kind-cloud"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 807a035

Please sign in to comment.