From 06529c7c9b0064bef50fdd8b763b31584d91e479 Mon Sep 17 00:00:00 2001
From: Brandon Palm <bpalm@redhat.com>
Date: Wed, 4 Dec 2024 08:12:54 -0600
Subject: [PATCH] Update Go to v1.23.4 (#222)

---
 .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 85b3beb..1ff4446 100644
--- a/.github/workflows/pre-main.yaml
+++ b/.github/workflows/pre-main.yaml
@@ -19,7 +19,7 @@ jobs:
       - name: Set up Go 1.23
         uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
         with:
-          go-version: 1.23.3
+          go-version: 1.23.4
 
       - name: Disable default go problem matcher
         run: echo "::remove-matcher owner=go::"
diff --git a/go.mod b/go.mod
index c3207a6..554d90a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/redhat-best-practices-for-k8s/privileged-daemonset
 
-go 1.23.3
+go 1.23.4
 
 require (
 	k8s.io/api v0.31.3