1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

*: pin to golang 1.17

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
Jayapriya Pai
2021-10-07 12:04:09 +05:30
parent a8ae37fa9e
commit 2f36ef93a7
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
env:
kind-version: 'v0.11.1'
kind-image: 'kindest/node:v1.22.0' # Image defines which k8s version is used
golang-version: '1.16'
golang-version: '1.17'
jobs:
e2e-tests:
name: E2E tests

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/prometheus-operator/prometheus-operator
go 1.16
go 1.17
require (
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15