diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96e45c4..71933b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.22.4 + GO_VERSION: 1.22.5 jobs: build: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 25c136c..ffeca4e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.22.4 + GO_VERSION: 1.22.5 jobs: analyze: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index dd3e194..b6cc2c2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ permissions: packages: write env: - GO_VERSION: 1.22.4 + GO_VERSION: 1.22.5 TAR_PATH: /tmp/manifest-docker-image.tar IMAGE_NAME: manifest-docker-image diff --git a/.github/workflows/release-bin.yaml b/.github/workflows/release-bin.yaml index 80ee2e2..141ae49 100644 --- a/.github/workflows/release-bin.yaml +++ b/.github/workflows/release-bin.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-go@v2 with: - go-version: '1.22.4' + go-version: '1.22.5' - name: Clean up dist directory run: rm -rf dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e76c1a..b39f151 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: types: [opened, reopened, synchronize] env: - GO_VERSION: 1.22.4 + GO_VERSION: 1.22.5 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/go.mod b/go.mod index 3990cc5..a1df924 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/liftedinit/manifest-ledger -go 1.22.4 +go 1.22.5 replace ( // core v0.12 was tagged wrong (SDK v51) diff --git a/go.work b/go.work index 34e1e7c..447192b 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.22.4 +go 1.22.5 use ( . diff --git a/interchaintest/go.mod b/interchaintest/go.mod index 17dd94b..e6622c1 100644 --- a/interchaintest/go.mod +++ b/interchaintest/go.mod @@ -1,6 +1,6 @@ module github.com/liftedinit/manifest-ledger/interchaintest -go 1.22.4 +go 1.22.5 replace ( cosmossdk.io/core => cosmossdk.io/core v0.11.0 // proper SDK v50 version