diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7a69820..db406f7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go 1.21 uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.25 id: go - name: Check out code into the Go module directory