From e46b71e3036bddf83eb5f2fb9a2245a5202dff0b Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Tue, 20 Aug 2024 08:44:14 -0500 Subject: [PATCH] Update Go to v1.22.6 --- .github/workflows/preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index 2dfe73f..6dc938f 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.22 uses: actions/setup-go@v5 with: - go-version: 1.22.5 + go-version: 1.22.6 - name: Disable default go problem matcher run: echo "::remove-matcher owner=go::"