diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 958232f..3e85e00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-go@v5 with: #go-version-file: 'go.mod' - go-version: '1.24.0-rc.1' + go-version: '1.24.0-rc.2' cache: true - name: Go Format diff --git a/go.mod b/go.mod index 60e7260..ffca663 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rajatgoel/gh-go -go 1.24rc1 +go 1.24rc2 require ( connectrpc.com/connect v1.17.0