File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/setup-go@v3
15
15
with :
16
- go-version : " 1.17 "
16
+ go-version : " 1.18 "
17
17
- uses : actions/checkout@v3
18
18
- name : Build
19
19
run : make
23
23
steps :
24
24
- uses : actions/setup-go@v3
25
25
with :
26
- go-version : " 1.17 "
26
+ go-version : " 1.18 "
27
27
- uses : actions/checkout@v3
28
28
- name : Install revive
29
29
run : go install github.com/mgechev/revive@latest
34
34
steps :
35
35
- uses : actions/setup-go@v3
36
36
with :
37
- go-version : " 1.17 "
37
+ go-version : " 1.18 "
38
38
- uses : actions/checkout@v3
39
39
- name : run the tests
40
40
run : make test
88
88
- uses : actions/checkout@v3
89
89
- uses : actions/setup-go@v3
90
90
with :
91
- go-version : " 1.17 "
91
+ go-version : " 1.18 "
92
92
- name : Install k3d
93
93
run : curl -L --silent --fail "https://raw.githubusercontent.com/rancher/k3d/main/install.sh" | bash
94
94
# The TAG env var can interfere with the k3d install script.
Original file line number Diff line number Diff line change 4
4
## Build from source
5
5
6
6
The top-level [ Makefile] ( ../Makefile ) is the entry point for various build
7
- commands. The minimal required Go version is 1.17 . A developer can verify the
7
+ commands. The minimal required Go version is 1.18 . A developer can verify the
8
8
build environment by running:
9
9
10
10
``` bash
Original file line number Diff line number Diff line change 1
1
module github.com/samba-in-kubernetes/samba-operator
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/go-logr/logr v0.4.0
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnweb
79
79
github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
80
80
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40 /go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA =
81
81
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 /go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA =
82
- github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko =
83
82
github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
84
83
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY =
85
84
github.com/cespare/xxhash/v2 v2.1.1 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
@@ -931,7 +930,6 @@ k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8
931
930
k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027 /go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E =
932
931
k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92 /go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk =
933
932
k8s.io/klog v0.3.0 /go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk =
934
- k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8 =
935
933
k8s.io/klog v1.0.0 /go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I =
936
934
k8s.io/klog/v2 v2.0.0 /go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE =
937
935
k8s.io/klog/v2 v2.2.0 /go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y =
You can’t perform that action at this time.
0 commit comments