From 9130d981fa4c847b6b484198f2624d0243226cee Mon Sep 17 00:00:00 2001 From: johnnyjoy Date: Sat, 21 Sep 2024 17:37:57 +0800 Subject: [PATCH] chore: fix actions --- .github/workflows/backend-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 50118e61..1121853d 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 3 + go-version: 1.23 check-latest: true cache: true - name: Verify go.mod is tidy