diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 160c2d9..1fd053d 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: nameserver/go.mod cache: true cache-dependency-path: nameserver/go.sum diff --git a/go.mod b/go.mod index 40ba3f5..39571ee 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/pilot-protocol/nameserver -go 1.25.11 +go 1.25.12 require github.com/pilot-protocol/common v0.5.7