You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's fine to update the go.mod version, but it's ok for them to not be the same. go.mod's Go version is basically the minimum Go "semantics" to use so you need to compile with Go >= the version in the go.mod file
the golang version used for the docker container (1.17.8) is different than the golang version in the go.mod file (1.16).
https://github.com/ipfs-shipyard/ipfs-check/blob/83979b0b5449837a8bf027ced135cc29418b7006/go.mod#L3
vs
https://github.com/ipfs-shipyard/ipfs-check/blob/83979b0b5449837a8bf027ced135cc29418b7006/Dockerfile#L1
The text was updated successfully, but these errors were encountered: