Keeping it up to date, in case the situation changes.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -43,7 +43,7 @@ source "${MAKEDIR}/.go-autogen"
|
| 43 | 43 |
case "$(go env GOOS)/$(go env GOARCH)" in |
| 44 | 44 |
linux/mips* | linux/ppc64) |
| 45 | 45 |
# -buildmode=pie is not supported on Linux mips*, ppc64be |
| 46 |
- # https://github.com/golang/go/blob/go1.23.0/src/internal/platform/supported.go#L189-L197 |
|
| 46 |
+ # https://github.com/golang/go/blob/go1.24.3/src/internal/platform/supported.go#L188-L200 |
|
| 47 | 47 |
;; |
| 48 | 48 |
*) |
| 49 | 49 |
BUILDFLAGS+=("-buildmode=pie")
|