aws / aws/session-manager-plugin
Build on supported version of go fails
Open
- Dominant language
- Go
- Stars
- 320
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
It isn't possible to build the binary with go 1.16+. Support for 1.15 was dropped back in August. Right now it's not possible to build the package with a supported version of go. The `go vet` step in checkstyle.sh fails because the project doesn't use modules (see #11 for a fix for that). Then doing the build it fails with multiple `go.mod file not found in current directory or any parent directory; see 'go help modules'` errors.
Please apply #11 so this project can be built with modern go.
Contributor guide
Assessment
This issue has not been assessed yet.