diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7501024..cccb5cd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22' - name: Test run: go test -v ./...