.builds: set GOFLAGS=-mod=readonly to catch stale go.mod files

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-11-01 18:00:28 +01:00
parent 3cd633ee44
commit f418684c0e
+1
View File
@@ -12,6 +12,7 @@ packages:
sources:
- https://git.sr.ht/~eliasnaur/gio
environment:
GOFLAGS: -mod=readonly
PATH: /usr/bin
tasks:
- install_chrome: |