bugsnag / bugsnag-go

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
https://docs.bugsnag.com/platforms/go
MIT License
204 stars 69 forks source link

Add go 1.16+ support to makefile #173

Closed kstenerud closed 3 years ago

kstenerud commented 3 years ago

Goal

Go 1.16 changes the default modules behavior, which breaks the makefile targets.

Design

Force GO111MODULE to auto in the makefile

Testing

Ran makefile targets in go 1.15 and go 1.16