diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71e8361..2309d0f 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: dataexchange/go.mod cache: true cache-dependency-path: dataexchange/go.sum diff --git a/go.mod b/go.mod index 01d8afc..10aebaa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pilot-protocol/dataexchange -go 1.25.11 +go 1.25.12 require ( github.com/pilot-protocol/common v0.5.7