Skip to content

Commit

Permalink
Update dependency golang to v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent dc5437a commit 5488722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:

Go Build:
stage: Build CLI
image: golang:1.17.2
image: golang:1.18.1
tags:
- k8s:shared
- arch:amd64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.2 AS builder
FROM golang:1.18.1 AS builder
COPY ./cli /build
WORKDIR /build
RUN go get ./...
Expand Down

0 comments on commit 5488722

Please sign in to comment.