diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 78bff14a9..ac23e50a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.22.5 + go-version: 1.23.0 cache: true cache-dependency-path: go.sum - uses: technote-space/get-diff-action@v6.1.2 diff --git a/docs/developers/integration.mdx b/docs/developers/integration.mdx index 6dc22d4e6..5c507e168 100644 --- a/docs/developers/integration.mdx +++ b/docs/developers/integration.mdx @@ -12,7 +12,7 @@ This document will guide you through integrating Connect in your application. ## Requirements -- Go 1.22+ +- Go 1.23+ - Cosmos SDK v0.50+ ## Integrating Connect