Skip to content

Commit d6587fa

Browse files
authored
Bump go to 1.19 (#99)
1 parent 85e44e8 commit d6587fa

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-go@v3
1414
with:
15-
go-version: '1.17'
15+
go-version: '1.19'
1616
- name: install-dependencies
1717
run: |
1818
go install sigs.k8s.io/kind@v0.17.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VERSION ?= 0.1.0
77

88
# Image URL to use all building/pushing image targets
9-
IMG ?= cr.yandex/yc/operator:latest
9+
IMG ?= cr.yandex/yc/ydb-operator:latest
1010
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
1111
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
1212
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ For steps on how to deploy and use YDB Kubernetes Operator, please refer to [doc
2121

2222
To build and test operator locally, do the following:
2323

24+
0. Make sure you have `go` 1.19 installed
25+
2426
1. Generate CustomResourceDefinitions:
2527
```bash
2628
make manifests

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ydb-platform/ydb-kubernetes-operator
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/banzaicloud/k8s-objectmatcher v1.7.0
@@ -10,10 +10,12 @@ require (
1010
github.com/ydb-platform/ydb-go-genproto v0.0.0-20210916081217-f4e55570b874
1111
google.golang.org/grpc v1.38.0
1212
google.golang.org/protobuf v1.27.1
13+
gopkg.in/yaml.v2 v2.4.0
1314
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
1415
k8s.io/api v0.22.1
1516
k8s.io/apimachinery v0.22.1
1617
k8s.io/client-go v0.22.1
18+
k8s.io/utils v0.0.0-20210802155522-efc7438f0176
1719
sigs.k8s.io/controller-runtime v0.10.0
1820
)
1921

@@ -65,12 +67,10 @@ require (
6567
google.golang.org/appengine v1.6.7 // indirect
6668
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
6769
gopkg.in/inf.v0 v0.9.1 // indirect
68-
gopkg.in/yaml.v2 v2.4.0 // indirect
6970
k8s.io/apiextensions-apiserver v0.22.1 // indirect
7071
k8s.io/component-base v0.22.1 // indirect
7172
k8s.io/klog/v2 v2.9.0 // indirect
7273
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
73-
k8s.io/utils v0.0.0-20210802155522-efc7438f0176 // indirect
7474
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
7575
sigs.k8s.io/yaml v1.2.0 // indirect
7676
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnweb
8989
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
9090
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
9191
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
92-
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
9392
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
9493
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
9594
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
@@ -934,7 +933,6 @@ k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8
934933
k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
935934
k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
936935
k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
937-
k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=
938936
k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
939937
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
940938
k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=

0 commit comments

Comments
 (0)