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:
parent
dc7578c762
commit
2676aa022c
3 changed files with 3 additions and 3 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue