When using glide as a dependency manager, the latest version detected is 0.6.0, which is an old release leading to the following errors in functions that have been added more recently:
c.Param undefined (type *gin.Context has no field or method Param)
c.BindJSON undefined (type *gin.Context has no field or method BindJSON)
c.Param undefined (type *gin.Context has no field or method Param)
c.DefaultQuery undefined (type *gin.Context has no field or method DefaultQuery)
c.Header undefined (type *gin.Context has no field or method Header)
c.Header undefined (type *gin.Context has no field or method Header)
c.Header undefined (type *gin.Context has no field or method Header)
c.Param undefined (type *gin.Context has no field or method Param)
:+1:
I also would like to go for a new release. In the end I am using current HEAD....
I guess it's because the current tag "v1.0rc1" isn't a valid semver. Should be "1.0.0-rc.1".
v1.3.0
so, I will close the issue, if you have any problem please reopen, welcome, thanks!
Most helpful comment
I guess it's because the current tag "v1.0rc1" isn't a valid semver. Should be "1.0.0-rc.1".