Skip to content

Commit 08f13e1

Browse files
authored
Merge pull request #911 from cpanato/bump-golang-13
🌱 golang: bump go version to 1.13.15
2 parents b6831cd + 2a6c0cf commit 08f13e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM golang:1.13.8 as builder
16+
FROM golang:1.13.15 as builder
1717
WORKDIR /workspace
1818

1919
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ release-binary: $(RELEASE_DIR)
375375
-e GOARCH=$(GOARCH) \
376376
-v "$$(pwd):/workspace" \
377377
-w /workspace \
378-
golang:1.13.8 \
378+
golang:1.13.15 \
379379
go build -a -ldflags '$(LDFLAGS) -extldflags "-static"' \
380380
-o $(RELEASE_DIR)/$(notdir $(RELEASE_BINARY))-$(GOOS)-$(GOARCH) $(RELEASE_BINARY)
381381

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def validate_auth():
134134

135135
tilt_helper_dockerfile_header = """
136136
# Tilt image
137-
FROM golang:1.13.8 as tilt-helper
137+
FROM golang:1.13.15 as tilt-helper
138138
# Support live reloading with Tilt
139139
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \
140140
wget --output-document /start.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/start.sh && \

0 commit comments

Comments
 (0)