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
Running make build with Go v1.16 on master branch results in error:
>> building binaries
> sql_exporter
../../../go/pkg/mod/github.com/jackc/[email protected]/auth_scram.go:27:2: missing go.sum entry for module
providing package golang.org/x/xerrors (imported by github.com/jackc/pgx/v4/stdlib); to add:
go get github.com/jackc/pgx/v4/[email protected]
There are some changes in the latest release of Go, but executing go mod tidy should fix go.sum file.
The code builds properly afterwards. 👍
Uh oh!
There was an error while loading. Please reload this page.
Running
make build
with Go v1.16 onmaster
branch results in error:There are some changes in the latest release of Go, but executing
go mod tidy
should fixgo.sum
file.The code builds properly afterwards. 👍
Golang Github - Issue 44129
Golang Blog - Module Changes
The text was updated successfully, but these errors were encountered: