From f7b845efda508aae8399825b4b08d4c1d6672aba Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:04:50 -0400 Subject: [PATCH] chore: bump to go 1.22.7 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/release-bin.yaml | 2 +- .github/workflows/simulation.yml | 2 +- .github/workflows/test.yml | 2 +- go.mod | 2 +- go.work | 2 +- interchaintest/go.mod | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71933b1..c2f1375 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.5 + GO_VERSION: 1.22.7 jobs: build: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ffeca4e..8ee2f82 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.5 + GO_VERSION: 1.22.7 jobs: analyze: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 183c782..44cd7c9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ permissions: packages: write env: - GO_VERSION: 1.22.5 + GO_VERSION: 1.22.7 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 141ae49..2578037 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.5' + go-version: '1.22.7' - name: Clean up dist directory run: rm -rf dist diff --git a/.github/workflows/simulation.yml b/.github/workflows/simulation.yml index a9705ae..b577022 100644 --- a/.github/workflows/simulation.yml +++ b/.github/workflows/simulation.yml @@ -10,7 +10,7 @@ on: types: [opened, reopened, synchronize] env: - GO_VERSION: 1.22.5 + GO_VERSION: 1.22.7 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b39f151..8936937 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.5 + GO_VERSION: 1.22.7 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/go.mod b/go.mod index 1f4bfa1..e88e35d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/liftedinit/manifest-ledger -go 1.22.5 +go 1.22.7 replace ( // core v0.12 was tagged wrong (SDK v51) diff --git a/go.work b/go.work index 447192b..2ce6398 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.22.5 +go 1.22.7 use ( . diff --git a/interchaintest/go.mod b/interchaintest/go.mod index d58625f..d851e5a 100644 --- a/interchaintest/go.mod +++ b/interchaintest/go.mod @@ -1,6 +1,6 @@ module github.com/liftedinit/manifest-ledger/interchaintest -go 1.22.5 +go 1.22.7 replace ( cosmossdk.io/core => cosmossdk.io/core v0.11.0 // proper SDK v50 version