Skip to content

Commit 05f2153

Browse files
committed
fix build
1 parent d0df2c2 commit 05f2153

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ steps:
6464
- name: build-without-gcc
6565
pull: always
6666
image: golang:1.11 # this step is kept as the lowest version of golang that we support
67+
environment:
68+
GO111MODULE: on
6769
commands:
6870
- go build -mod=vendor -o gitea_no_gcc # test if build succeeds without the sqlite tag
6971

0 commit comments

Comments
 (0)