Closed ineiti closed 3 years ago
Hmm - go 1.17 introduced a new way to add tags to the .go files. And gofmt
insists on imposing these tags. But then it won't be compatible with go 1.16 anymore. But we want to have the latest two go-versions supported.
OK, gofmt
only adds a //go:
line, so go 1.16 should be OK.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
2 Code Smells
No Coverage information
0.0% Duplication
Updates the tests so that they pass with go 1.17.