Skip to content

Commit

Permalink
Bump golang to 1.18.6 (kubernetes-sigs#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag authored Sep 19, 2022
1 parent d366f40 commit 4173d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.18.5 as builder
FROM golang:1.18.6 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion hack/ccm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GOLANG_IMAGE=golang:1.18.5
ARG GOLANG_IMAGE=golang:1.18.6
ARG TARGETPLATFORM=linux/amd64
ARG ARCH=amd64

Expand Down

0 comments on commit 4173d20

Please sign in to comment.