Closed diamondap closed 1 year ago
Hi Andrew, apologies for causing this disruption. I'll patch the changelog & make sure to note similar updates in future releases
No problem. Thanks for the quick response.
Hi Andrew, I've patched the changelog and readme to reflect the change in minimum go version required. It turns out that versions 1.18+ work so I downgraded the requirement in the go.mod file. Have also added go versions 1.18+ to the test matrix in the github action so that this is better tracked in future
Our code includes siegfried v. 1.10.0 in our go.mod files, and we build siegfried into our binary. When trying to build a Docker container using Go 1.17, we run into this error:
The changelog for this release should mention that this version requires Go >=1.20. Note that upgrading to Go 1.20 does fix the problem.