Skip to content

Commit

Permalink
Merge pull request #1413 from oasisprotocol/kostko/feature/oasis-core…
Browse files Browse the repository at this point in the history
…-22.2.9

Bump Oasis Core to 22.2.9
  • Loading branch information
kostko committed Jul 16, 2023
2 parents 7ffa8fd + fa06308 commit db7d146
Show file tree
Hide file tree
Showing 25 changed files with 1,866 additions and 2,113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19.x" # XXX: Cannot update to 1.20 due to quic-go dependency for E2E test suite.
go-version: "1.20.x"

- name: Install Oasis dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.19.x' # XXX: Cannot update to 1.20 due to quic-go dependency for E2E test suite.
go-version: "1.20.x"

- name: Lint E2E tests
uses: golangci/golangci-lint-action@v3.5.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19.x" # XXX: Cannot update to 1.20 due to quic-go dependency for E2E test suite.
go-version: "1.20.x"

- name: Install Oasis dependencies
run: |
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19.x" # XXX: Cannot update to 1.20 due to quic-go dependency for E2E test suite.
go-version: "1.20.x"

- name: Install Oasis dependencies
run: |
Expand Down
Loading

0 comments on commit db7d146

Please sign in to comment.