From 73e2151a82b959bd94a4df518deb98acba830da9 Mon Sep 17 00:00:00 2001 From: Jared Hatfield Date: Sat, 6 Jun 2026 18:37:41 +0000 Subject: [PATCH] Update Go version to v1.26.4 --- .github/workflows/build-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-go.yml b/.github/workflows/build-go.yml index 474a177..f0f5a4f 100644 --- a/.github/workflows/build-go.yml +++ b/.github/workflows/build-go.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: '1.26.3' # GOVERSION + go-version: '1.26.4' # GOVERSION - name: Cache Go modules uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5