Skip to content

Commit

Permalink
Test against Kubernetes 1.25.0 (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>

Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Sep 24, 2022
1 parent fc9b63c commit 7ec2adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.19
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.19
id: go

- uses: actions/checkout@v1
Expand Down

0 comments on commit 7ec2adb

Please sign in to comment.