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

Merge pull request #3504 from paulfantom/go1.15

Switch to go 1.15
This commit is contained in:
Paweł Krupa 2020-09-15 11:35:34 +02:00 committed by GitHub
commit 9bbd18a7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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