Skip to content

Commit 02aa65d

Browse files
committed
[pwx-29485] update container build tests
1 parent 606a8d3 commit 02aa65d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ container:
179179
@echo "Building operator image $(OPERATOR_IMG)"
180180
docker build --pull --tag $(OPERATOR_IMG) -f build/Dockerfile .
181181

182-
DOCK_BUILD_CNT := golang:1.19.1
182+
DOCK_BUILD_CNT := golang:1.19
183183

184184
docker-build:
185185
@echo "Building using docker"

drivers/storage/portworx/components_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4944,7 +4944,6 @@ func setupEtcHosts(t *testing.T, ip string, hostnames ...string) {
49444944

49454945
// update content
49464946
bb := bytes.NewBuffer(content)
4947-
bb.WriteRune('\n')
49484947
bb.WriteString(tempEtcHostsMarker)
49494948
bb.WriteRune('\n')
49504949
for _, hn := range hostnames {

0 commit comments

Comments
 (0)