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