From b43fc3faca17b99e42bbb07ddd89b0ec321a8c49 Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Tue, 13 Aug 2024 17:49:03 -0700 Subject: [PATCH] Update commit.yaml --- .github/workflows/commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 50fcde7a54..01cd1a3f12 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -14,7 +14,7 @@ on: - 'netlify.toml' env: # Update this prior to requiring a higher minor version in go.mod - GO_VERSION: "1.22" + GO_VERSION: "1.23" defaults: run: # use bash for all operating systems unless overridden