Skip to content

Commit c6edfb1

Browse files
authored
Merge pull request #640 from hidekazuna/bumpgo
🏃 Bump Go to 1.13.15
2 parents dc7d466 + f0e275d commit c6edfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)