diff --git a/.github/workflows/calculations-go.yml b/.github/workflows/calculations-go.yml index 13a03a48..ed55cd41 100644 --- a/.github/workflows/calculations-go.yml +++ b/.github/workflows/calculations-go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.13 + go-version: ^1.22 id: go - name: Check out code into the Go module directory