mirror of https://github.com/dexidp/dex.git
Browse Source
Go 1.11.3 changed how checksums are created in some cases, which caused failures building via modules. (ref golang/go#29278) Update the checksums for the failing modules. To catch this is the future, a modules build was added to the build matrix. I also noted that we were pinning the `.0` patchlevel of each go version which wouldn't have picked this up, updated it to build with the latest patch release.pull/1402/head
2 changed files with 11 additions and 8 deletions
Loading…
Reference in new issue