diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7127207..e8da02f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.21 + go-version: 1.23.5 id: go - name: Check out repository