File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
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.18 "
16
+ go-version : " 1.19 "
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.18 "
26
+ go-version : " 1.19 "
27
27
- uses : actions/checkout@v3
28
28
- name : Install revive
29
29
run : go install github.com/mgechev/revive@latest
46
46
steps :
47
47
- uses : actions/setup-go@v3
48
48
with :
49
- go-version : " 1.18 "
49
+ go-version : " 1.19 "
50
50
- uses : actions/checkout@v3
51
51
- name : run the tests
52
52
run : make test
@@ -100,7 +100,7 @@ jobs:
100
100
- uses : actions/checkout@v3
101
101
- uses : actions/setup-go@v3
102
102
with :
103
- go-version : " 1.18 "
103
+ go-version : " 1.19 "
104
104
- name : Install k3d
105
105
run : curl -L --silent --fail "https://raw.githubusercontent.com/rancher/k3d/main/install.sh" | bash
106
106
# The TAG env var can interfere with the k3d install script.
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM docker.io/golang:1.18 as builder
2
+ FROM docker.io/golang:1.19 as builder
3
3
ARG GIT_VERSION="(unset)"
4
4
ARG COMMIT_ID="(unset)"
5
5
ARG ARCH=""
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resources.
17
17
Development effort takes place using Linux environment and requires at
18
18
minimum:
19
19
20
- 1 . [ Go 1.18 ] ( https://golang.org/dl/ ) installed
20
+ 1 . [ Go 1.19 ] ( https://golang.org/dl/ ) installed
21
21
2 . [ GitHub] ( https://github.com/ ) account
22
22
3 . Development tools: git, make, and podman or docker
23
23
4 . Testing: [ minikube] ( https://minikube.sigs.k8s.io )
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.18 . A developer can verify the
7
+ commands. The minimal required Go version is 1.19 . 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.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/go-logr/logr v1.2.3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setup_minikube
13
13
14
14
deploy_rook
15
15
16
- image_pull " ${CI_IMG_REGISTRY} " " docker.io" " golang:1.18 "
16
+ image_pull " ${CI_IMG_REGISTRY} " " docker.io" " golang:1.19 "
17
17
18
18
# Build and push operator image to local CI registry
19
19
IMG=" ${CI_IMG_OP} " make image-build
You can’t perform that action at this time.
0 commit comments