diff --git a/Makefile b/Makefile index 773ce4f46..60f66b724 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ TEST ?= *_test # integration-test: # @flutter drive --driver test_driver/integration_driver.dart --debug --flavor prod --target `ls integration_test/$(TEST).dart` -GO_VERSION := 1.21 +GO_VERSION := 1.19 TAG ?= $$VERSION TAG_HEAD := $(shell git rev-parse HEAD) diff --git a/go.sum b/go.sum index 012d57712..65e57e10d 100644 --- a/go.sum +++ b/go.sum @@ -373,7 +373,7 @@ github.com/getlantern/fdcount v0.0.0-20210503151800-5decd65b3731/go.mod h1:XZwE+ github.com/getlantern/filepersist v0.0.0-20160317154340-c5f0cd24e799/go.mod h1:8DGAx0LNUfXNnEH+fXI0s3OCBA/351kZCiz/8YSK3i8= github.com/getlantern/filepersist v0.0.0-20210901195658-ed29a1cb0b7c h1:mcz27xtAkb1OuOLBct/uFfL1p3XxAIcFct82GbT+UZM= github.com/getlantern/filepersist v0.0.0-20210901195658-ed29a1cb0b7c/go.mod h1:8DGAx0LNUfXNnEH+fXI0s3OCBA/351kZCiz/8YSK3i8= -github.com/getlantern/flashlight/v7 v7.6.8 h1:z4jdHzZuHa0NT98ua8Qx24QIblDViyQ2RfgIxXAfibw= +github.com/getlantern/flashlight/v7 v7.6.8 h1:kuGAx4ZzV4pGVAQiZ/hbe0rJHDUSxUnuZpyWA2G/lI4= github.com/getlantern/flashlight/v7 v7.6.8/go.mod h1:FLZhyLFeSojL4sRjQEaLRtVl4RB1DdliWegTsIqgzlI= github.com/getlantern/framed v0.0.0-20190601192238-ceb6431eeede h1:yrU6Px3ZkvCsDLPryPGi6FN+2iqFPq+JeCb7EFoDBhw= github.com/getlantern/framed v0.0.0-20190601192238-ceb6431eeede/go.mod h1:nhnoiS6DE6zfe+BaCMU4YI01UpsuiXnDqM5S8jxHuuI=