Skip to content

Commit

Permalink
Update golang to 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag committed Jul 19, 2022
1 parent 0e7f267 commit 04e595e
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.3 as builder
FROM golang:1.18.4 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.3
ARG GOLANG_IMAGE=golang:1.18.4
ARG TARGETPLATFORM=linux/amd64
ARG ARCH=amd64

Expand Down

0 comments on commit 04e595e

Please sign in to comment.