diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index d4ca588cd..f06794902 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -16,3 +16,5 @@ concurrency: jobs: go-test: uses: pl-strflt/uci/.github/workflows/go-test.yml@v0.0 + with: + go-versions: '["this"]' diff --git a/go.mod b/go.mod index 23c2d4087..075739261 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -go 1.19 +go 1.20 module github.com/ipfs/go-ipfs-api