diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 394f628..f9070ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.24.x + go-version: 1.25.x - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Tidy check