Skip to content

Commit 441dc0f

Browse files
authored
Merge pull request #391 from ConsenSys/develop
v0.11.0 placeholder
2 parents f93a56c + 09af95a commit 441dc0f

File tree

226 files changed

+116999
-114261
lines changed

Some content is hidden

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

226 files changed

+116999
-114261
lines changed

.github/workflows/pr.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: install Go
11-
uses: actions/setup-go@v2
11+
uses: actions/setup-go@v3
1212
with:
1313
go-version: 1.20.x
1414
- name: checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v3
1919
with:
2020
path: |
2121
~/go/pkg/mod
@@ -50,12 +50,12 @@ jobs:
5050
- staticcheck
5151
steps:
5252
- name: install Go
53-
uses: actions/setup-go@v2
53+
uses: actions/setup-go@v3
5454
with:
5555
go-version: ${{ matrix.go-version }}
5656
- name: checkout code
57-
uses: actions/checkout@v2
58-
- uses: actions/cache@v2
57+
uses: actions/checkout@v3
58+
- uses: actions/cache@v3
5959
with:
6060
path: |
6161
~/go/pkg/mod
@@ -72,7 +72,7 @@ jobs:
7272
go test -p=1 -v -timeout=30m ./...
7373
go test -p=1 -tags=purego -v -timeout=30m ./...
7474
- name: Test (32 bits & race)
75-
if: (matrix.os == 'ubuntu-latest') && (matrix.go-version == '1.19.x')
75+
if: (matrix.os == 'ubuntu-latest') && (matrix.go-version == '1.20.x')
7676
run: |
7777
go test -p=1 -v -timeout=30m -short -race ./ecc/bn254/...
7878
go test -p=1 -v -timeout=30m -short -tags=noadx ./ecc/bn254/...
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Notify slack -- workflow failed
9090
id: slack
91-
uses: slackapi/slack-github-action@v1.19.0
91+
uses: slackapi/slack-github-action@v1.23.0
9292
with:
9393
payload: |
9494
{
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- name: Notify slack -- workflow succeeded
113113
id: slack
114-
uses: slackapi/slack-github-action@v1.19.0
114+
uses: slackapi/slack-github-action@v1.23.0
115115
with:
116116
payload: |
117117
{

0 commit comments

Comments
 (0)