chore: update golang and go-ipfs

1. go 1.16.4 is not supported.
2. go-ipfs 0.4.22 is NOT SUPPORTED!
3. switch go cimg/go
4. Remove unnecessary CI dependencies.
This commit is contained in:
Steven Allen
2022-04-20 12:06:25 +02:00
parent 2410cf3d84
commit 5f5bd31f58
12 changed files with 558 additions and 76 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: '1.16.4'
go-version: '1.17.9'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL