Skip to content

Commit ffea6a6

Browse files
authored
Merge branch 'main' into fix/issue-25543
2 parents b3fb45f + b782143 commit ffea6a6

File tree

256 files changed

+90464
-6276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+90464
-6276
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-go@v6
2525
with:
26-
go-version: "1.25.6"
26+
go-version: "1.25.7"
2727
check-latest: true
2828
- name: install aarch64-gcc
2929
if: matrix.go-arch == 'arm64'
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v6
6060
- uses: actions/setup-go@v6
6161
with:
62-
go-version: "1.25.6"
62+
go-version: "1.25.7"
6363
check-latest: true
6464
cache: true
6565
cache-dependency-path: enterprise/poa/go.sum

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: matrix.language == 'go'
4747
uses: actions/setup-go@v6
4848
with:
49-
go-version: '1.x'
49+
go-version: '1.25.7'
5050

5151
- name: Initialize CodeQL
5252
uses: github/codeql-action/init@v4

.github/workflows/dependencies-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup Go"
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version: "1.25.6"
18+
go-version: "1.25.7"
1919
check-latest: true
2020
- name: "Dependency Review"
2121
uses: actions/dependency-review-action@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-go@v6
1919
with:
20-
go-version: "1.25.6"
20+
go-version: "1.25.7"
2121
check-latest: true
2222
- uses: technote-space/get-diff-action@v6.1.2
2323
id: git_diff

.github/workflows/pr-go-mod-tidy-mocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.25.6"
23+
go-version: "1.25.7"
2424
check-latest: true
2525
- name: Run go mod tidy
2626
run: ./scripts/go-mod-tidy-all.sh
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Go
4141
uses: actions/setup-go@v6
4242
with:
43-
go-version: "1.25.6"
43+
go-version: "1.25.7"
4444
check-latest: true
4545
- name: Generate mocks
4646
run: make mocks

.github/workflows/release-confix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: "1.25.6"
19+
go-version: "1.25.7"
2020
check-latest: true
2121
# get 'v*.*.*' part from 'confix/v*.*.*' and save to $GITHUB_ENV
2222
- name: Set env

.github/workflows/release-cosmovisor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: "1.25.6"
19+
go-version: "1.25.7"
2020
check-latest: true
2121
# get 'v*.*.*' part from 'cosmovisor/v*.*.*' and save to $GITHUB_ENV
2222
- name: Set env

.github/workflows/release-simd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: "1.25.6"
19+
go-version: "1.25.7"
2020
check-latest: true
2121
# get 'v*.*.*' part from 'simd/v*.*.*' and save to $GITHUB_ENV
2222
- name: Set env

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.25.6"
23+
go-version: "1.25.7"
2424
check-latest: true
2525
- name: Unshallow
2626
run: git fetch --prune --unshallow

.github/workflows/sims-047.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: "release/v0.47.x"
2222
- uses: actions/setup-go@v6
2323
with:
24-
go-version: "1.25.6"
24+
go-version: "1.25.7"
2525
check-latest: true
2626
- run: make build
2727

@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/setup-go@v6
3535
with:
36-
go-version: "1.25.6"
36+
go-version: "1.25.7"
3737
check-latest: true
3838
- name: Install runsim
3939
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
@@ -52,7 +52,7 @@ jobs:
5252
ref: "release/v0.47.x"
5353
- uses: actions/setup-go@v6
5454
with:
55-
go-version: "1.25.6"
55+
go-version: "1.25.7"
5656
check-latest: true
5757
- uses: actions/cache@v5
5858
with:
@@ -71,7 +71,7 @@ jobs:
7171
ref: "release/v0.47.x"
7272
- uses: actions/setup-go@v6
7373
with:
74-
go-version: "1.25.6"
74+
go-version: "1.25.7"
7575
check-latest: true
7676
- uses: actions/cache@v5
7777
with:
@@ -90,7 +90,7 @@ jobs:
9090
ref: "release/v0.47.x"
9191
- uses: actions/setup-go@v6
9292
with:
93-
go-version: "1.25.6"
93+
go-version: "1.25.7"
9494
check-latest: true
9595
- uses: actions/cache@v5
9696
with:

0 commit comments

Comments
 (0)