Skip to content

Commit

Permalink
Update dependency golang to v1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed May 22, 2024
1 parent d412bb4 commit c2fd168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:

env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"
KIND_VERSION: "0.23.0"
GO111MODULE: "on"
OPERATOR_IMAGE: "quay.io/backube/volsync"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################################
# Establish a common builder image for all golang-based images
FROM golang:1.21 as golang-builder
FROM golang:1.22 as golang-builder
USER root
WORKDIR /workspace
# We don't vendor modules. Enforce that behavior
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.volsync-custom-scorecard-tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the volsync-custom-scorecard-tests binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

# Copy the go source
COPY ./custom-scorecard-tests/. /workspace/
Expand Down

0 comments on commit c2fd168

Please sign in to comment.