From f418684c0ece626e5fe563ec7ffbe3d2c1626755 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 1 Nov 2019 18:00:28 +0100 Subject: [PATCH] .builds: set GOFLAGS=-mod=readonly to catch stale go.mod files Signed-off-by: Elias Naur --- .builds/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/linux.yml b/.builds/linux.yml index 373bf086..e05c5ff0 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -12,6 +12,7 @@ packages: sources: - https://git.sr.ht/~eliasnaur/gio environment: + GOFLAGS: -mod=readonly PATH: /usr/bin tasks: - install_chrome: |