mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
switch to golang 1.15
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
2
go.mod
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user