Skip to content

Commit

Permalink
Bump golang from 1.17 to 1.22
Browse files Browse the repository at this point in the history
Bumps golang from 1.17 to 1.22.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 8688504 commit 9aed64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17 AS proto_base
FROM golang:1.22 AS proto_base
LABEL stage=intermediate
WORKDIR /
# Install protoc compiler
Expand All @@ -36,7 +36,7 @@ RUN bash ./crd-generate.sh


# Installs helm by unpacking .tar.gz provided in /third_party of this project.
FROM golang:1.17 AS helm_base
FROM golang:1.22 AS helm_base
LABEL stage=intermediate
# Copy entire repository to image
COPY . /code
Expand Down

0 comments on commit 9aed64d

Please sign in to comment.