diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08a7d06..5809894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version-file: eventstream/go.mod cache: true cache-dependency-path: eventstream/go.sum diff --git a/go.mod b/go.mod index 73d73eb..1ba3f5a 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/pilot-protocol/eventstream -go 1.25.11 +go 1.25.12 require github.com/pilot-protocol/common v0.5.7