From 52758c6e1fbfca1b28503c733dade198c5751e1f Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 29 Jun 2022 15:06:32 +0500 Subject: [PATCH] Use proper image for tests. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1a960b8..4417c90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - golangci-lint run - name: test - image: golang:1.17.3-alpine + image: code.pztrn.name/containers/mirror/golang:1.18.3-alpine environment: CGO_ENABLED: 0 commands: