From 9fe6b52bd8fbb5572b4d3c60f1db2cab97a83de3 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Thu, 26 Sep 2024 13:20:17 -0700 Subject: [PATCH] bump go version 1.22.7 Signed-off-by: Tariq Ibrahim --- .github/workflows/image.yaml | 1 + versions.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 9e01586a..5f3d3e3b 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -85,6 +85,7 @@ jobs: - "1.22.2" - "1.22.4" - "1.22.5" + - "1.22.7" - "1.21" - "1.21.4" - "1.21.5" diff --git a/versions.mk b/versions.mk index 37de9cf0..6ac1f15f 100644 --- a/versions.mk +++ b/versions.mk @@ -11,4 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -GOLANG_VERSION ?= 1.22.3 +GOLANG_VERSION ?= 1.22.7