Update go version to 1.15

This commit is contained in:
IamTheFij 2021-01-08 18:13:34 -05:00
parent a1b906b94a
commit 2c4543a7bc
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ name: test
steps:
- name: test
image: golang:1.12
image: golang:1.15
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
@ -48,7 +48,7 @@ trigger:
steps:
- name: build all binaries
image: golang:1.12
image: golang:1.15
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:

2
go.mod
View File

@ -1,6 +1,6 @@
module git.iamthefij.com/iamthefij/minitor-go
go 1.12
go 1.15
require (
github.com/prometheus/client_golang v1.2.1