summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/go/go.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/go/go.mk b/plugins/go/go.mk
index 7fd190d..7a3a526 100644
--- a/plugins/go/go.mk
+++ b/plugins/go/go.mk
@@ -4,8 +4,8 @@ PKG := go
$(PKG)_WEBSITE := https://golang.org/
$(PKG)_OWNER := https://github.com/starius
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.7.3
-$(PKG)_CHECKSUM := 79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44
+$(PKG)_VERSION := 1.7.4
+$(PKG)_CHECKSUM := 4c189111e9ba651a2bb3ee868aa881fab36b2f2da3409e80885ca758a6b614cc
$(PKG)_SUBDIR := go
$(PKG)_FILE := go$($(PKG)_VERSION).src.tar.gz
$(PKG)_URL := https://storage.googleapis.com/golang/$($(PKG)_FILE)