From 533da9dc76a6fb1bdfe81760e75c8961e68b67f6 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Wed, 23 Aug 2023 10:08:45 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4865872..d62ba02 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Git IPLD remote helper + Push and fetch commits using IPFS! This helper is experimental as of now From 2830fd12d881214e4c23059e674126b721c4ed23 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Wed, 23 Aug 2023 10:21:24 +0200 Subject: [PATCH 2/2] Update go-test.yml --- .github/workflows/go-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index b86241a..bf19806 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -9,8 +9,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ "ubuntu", "windows", "macos" ] - go: [ "1.17.x", "1.18.x" ] + os: [ "ubuntu" ] + go: [ "1.17.7" ] env: COVERAGES: "" runs-on: ${{ format('{0}-latest', matrix.os) }}