From ac2ba48f47caf1a0c458b62f5f957729e76d11d9 Mon Sep 17 00:00:00 2001 From: Paulo Castello da Costa Date: Mon, 8 Jul 2024 12:32:08 -0500 Subject: [PATCH] Update github actions and go version. (#394) --- .github/workflows/go.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index d64aea14..1c6d2570 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -16,13 +16,13 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v5.0.1 with: - go-version: ^1.17 + go-version: ^1.22 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Install kubebuilder # see kubebuilder book: https://book.kubebuilder.io/quick-start.html