Bump go version to 1.15

This commit is contained in:
Ali Akca 2020-11-12 23:43:10 +01:00
parent ead1c35fac
commit c123d87347
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ on:
- push
- pull_request
env:
golang-version: '1.13'
golang-version: '1.15'
kind-version: 'v0.9.0'
jobs:
generate:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/prometheus-operator/kube-prometheus
go 1.13
go 1.15
require (
github.com/Jeffail/gabs v1.4.0