Skip to content

Commit

Permalink
chore: update go version in mdx file and lint.yml (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbecker authored Nov 8, 2024
1 parent ce66bd6 commit 52734d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52734d2

Please sign in to comment.