]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Bump the go runtime
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 15 Dec 2018 05:13:33 +0000 (06:13 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 15 Dec 2018 05:14:05 +0000 (06:14 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
wireguard-go-bridge/Makefile

index ce4ab43c6657a06acead0971f58c6fd8625aa5fe..ddd838da7746d38aba04ffe1f32c4e9d49f0e0c8 100644 (file)
@@ -28,7 +28,7 @@ version-header: $(DESTDIR)/wireguard-go-version.h
 
 GOBUILDARCH := $(GOARCH_$(shell uname -m))
 GOBUILDOS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
-GOBUILDVERSION := 1.11.2
+GOBUILDVERSION := 1.11.3
 GOBUILDTARBALL := https://dl.google.com/go/go$(GOBUILDVERSION).$(GOBUILDOS)-$(GOBUILDARCH).tar.gz
 GOBUILDVERSION_NEEDED := go version go$(GOBUILDVERSION) $(GOBUILDOS)/$(GOBUILDARCH)
 export GOROOT := $(BUILDDIR)/goroot