From 5941a4bbb76e2f8a1214b493bb114ee4c8ff63f1 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 3 Mar 2023 15:25:02 -0800 Subject: [PATCH] Update workflows (Go 1.20, k8s 1.26) (#8) Signed-off-by: Tamal Saha --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9180bc6..7fc84e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.19 + go-version: ^1.20 id: go - name: Check out code into the Go module directory