1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-08 18:14:14 +00:00

switch to golang 1.15

This commit is contained in:
paulfantom 2020-09-15 09:14:40 +02:00
parent dc7578c762
commit 2676aa022c
No known key found for this signature in database
GPG key ID: 12AE0185401674E7
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ on:
- push
- pull_request
env:
golang-version: '1.14'
golang-version: '1.15'
kind-version: 'v0.8.1'
kind-image: 'kindest/node:v1.18.8' # Image defines which k8s version is used
jobs:

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/prometheus-operator/prometheus-operator
go 1.14
go 1.15
require (
github.com/blang/semver v3.5.1+incompatible

View file

@ -1,6 +1,6 @@
module github.com/prometheus-operator/prometheus-operator/tooling
go 1.14
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect