From 0bc75b098d8ab16f106fad61ab5652e528978193 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sat, 6 Sep 2025 20:15:12 -0400 Subject: [PATCH] Update Go version requirement to 1.25 --- .github/actions/lint/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint/action.yaml b/.github/actions/lint/action.yaml index 68ef6f7..6a9ad1e 100644 --- a/.github/actions/lint/action.yaml +++ b/.github/actions/lint/action.yaml @@ -8,7 +8,7 @@ runs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: ">=1.23" + go-version: ">=1.25" - name: Run golangci-lint uses: golangci/golangci-lint-action@v8