diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 9525c45b6f..cc7444df0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,7 +69,7 @@ steps: - name: checks-backend pull: always - image: golang:1.14 + image: golang:1.15 commands: - make checks-backend depends_on: [lint-backend] @@ -82,7 +82,7 @@ steps: - name: build-backend-no-gcc pull: always - image: golang:1.13 # this step is kept as the lowest version of golang that we support + image: golang:1.14 # this step is kept as the lowest version of golang that we support environment: GO111MODULE: on GOPROXY: off |