👷 Set Go version in Drone CI steps config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Maxim Lebedev 2023-03-15 06:39:39 +06:00
parent 11255805b1
commit 0c50532b2a
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ environment:
steps:
- name: "test"
image: "golang:alpine"
image: "golang:1.20"
volumes:
- name: "modules"
path: "/go/pkg/mod"
@ -16,7 +16,7 @@ steps:
- "make check"
- name: "build"
image: "golang:alpine"
image: "golang:1.20"
volumes:
- name: "modules"
path: "/go/pkg/mod"