Skip to content

Commit

Permalink
chore(test): update kubo and go
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Oct 8, 2024
1 parent 2fc2e4b commit 59af74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
GATEWAY_CONFORMANCE_TEST: true # rainbow preset for conformance testing
KUBO_VER: 'v0.28.0' # kubo daemon used as no-libp2p-remote-* backend
KUBO_VER: 'v0.30.0' # kubo daemon used as no-libp2p-remote-* backend

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x

- name: Checkout rainbow
uses: actions/checkout@v4
Expand Down

0 comments on commit 59af74b

Please sign in to comment.