From c1c65f7083a5ae9c03b7322ad3da78815ec7da43 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 24 Nov 2025 20:01:01 -0800 Subject: [PATCH] bump CI to go v1.25 --- .github/workflows/golang-test-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml index 82be6c9cd3..cd3e27cb7b 100644 --- a/.github/workflows/golang-test-lint.yml +++ b/.github/workflows/golang-test-lint.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go tooling uses: actions/setup-go@v3 with: - go-version: "1.23" + go-version: "1.25" - name: Dummy Static Files run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt - name: Check @@ -36,7 +36,7 @@ jobs: - name: Set up Go tooling uses: actions/setup-go@v3 with: - go-version: "1.23" + go-version: "1.25" - name: Dummy Static Files run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt - name: Lint