diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 738e3b5..95e0f5b 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: webhook/go.mod cache: true cache-dependency-path: webhook/go.sum diff --git a/go.mod b/go.mod index e6af0f8..28d40f8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pilot-protocol/webhook -go 1.25.10 +go 1.25.12 require github.com/pilot-protocol/handshake v0.2.1