From cf9594a45a4c795aa7e8039e19efd5f4cb992235 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Tue, 20 Aug 2024 12:19:52 -0500 Subject: [PATCH] Update Go to v1.22.6 (#180) --- .github/workflows/pre-main.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index bed4406..6966e89 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up Go 1.22 uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: - go-version: 1.22.5 + go-version: 1.22.6 - name: Disable default go problem matcher run: echo "::remove-matcher owner=go::" diff --git a/go.mod b/go.mod index fbe59c8..dcf8ff4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/redhat-best-practices-for-k8s/privileged-daemonset -go 1.22.5 +go 1.22.6 require ( k8s.io/api v0.31.0