Skip to content

Commit b692542

Browse files
authored
Merge branch 'main' into anvil-zksync
2 parents d2028a8 + de11cba commit b692542

File tree

98 files changed

+5129
-4597
lines changed

Some content is hidden

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

98 files changed

+5129
-4597
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Go
8585
uses: actions/setup-go@v5
8686
with:
87-
go-version: stable
87+
go-version: '1.24.0'
8888
- name: Cache Go modules
8989
uses: actions/cache@v4
9090
with:

.github/workflows/framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Go
3939
uses: actions/setup-go@v5
4040
with:
41-
go-version: stable
41+
go-version: '1.24.0'
4242
- name: Cache Go modules
4343
uses: actions/cache@v4
4444
with:

.github/workflows/lint.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: stable
32+
go-version: '1.24.0'
3333
- name: Install gomods
3434
run: go install github.com/jmank88/[email protected]
3535
- name: Check out code
@@ -78,6 +78,10 @@ jobs:
7878
path: ./tools/workflowresultparser/
7979
- name: parrot
8080
path: ./parrot/
81+
- name: wasp
82+
path: ./wasp/
83+
- name: seth
84+
path: ./seth/
8185
steps:
8286
- name: Check out Code
8387
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
@@ -88,7 +92,7 @@ jobs:
8892
use-go-cache: true
8993
go-cache-dep-path: ${{ matrix.project.path }}go.sum
9094
- name: golangci-lint ${{ needs.tools.outputs.golangci-lint-version }}
91-
uses: golangci/golangci-lint-action@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1
95+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
9296
with:
9397
version: v${{ needs.tools.outputs.golangci-lint-version }}
9498
args: --out-format checkstyle:golangci-lint-report.xml

.github/workflows/parrot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: stable
42+
go-version: '1.24.0'
4343
cache-dependency-path: ./parrot/go.mod
4444
- name: Goreleaser Release
4545
uses: goreleaser/goreleaser-action@v6

.github/workflows/rc-breaking-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.23
22+
go-version: '1.24.0'
2323
- name: Install gorelease tool
2424
run: |
2525
go install golang.org/x/exp/cmd/gorelease@latest

.github/workflows/release-go-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up Go
7070
uses: actions/setup-go@v5
7171
with:
72-
go-version: 1.23
72+
go-version: '1.24.0'
7373
- name: Install gorelease tool
7474
run: |
7575
go install golang.org/x/exp/cmd/gorelease@latest

.github/workflows/seth-lint.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/update-internal-mirrors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# - name: gcr.io/prysmaticlabs/prysm/validator
5353
# expression: '^v[0-9]+\.[0-9]+\.[0-9]+$'
5454
- name: tofelb/ethereum-genesis-generator
55-
expression: '^v?[0-9]+\.[0-9]+\.[0-9]+(\-slots\-per\-epoch)?'
55+
expression: '.*'
5656
# This one only has latest tag, probably only want to update it when we know for sure it's a new version we want
5757
# - name: protolambda/eth2-val-tools
5858
# expression: 'latest'

.github/workflows/wasp-lint.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ golang 1.23.4
22
nodejs 18.20.3
33
k3d 5.6.3
44
act 0.2.52
5-
golangci-lint 1.64.5
5+
golangci-lint 1.64.2
66
actionlint 1.6.26
77
shellcheck 0.9.0
88
helm 3.15.2

0 commit comments

Comments
 (0)