From 52734d2163d53cb87b2894f37b8d70b4b1faecec Mon Sep 17 00:00:00 2001 From: Zachary Becker Date: Fri, 8 Nov 2024 17:53:42 -0500 Subject: [PATCH] chore: update go version in mdx file and lint.yml (#817) --- .github/workflows/lint.yml | 2 +- docs/developers/integration.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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