Skip to content

Commit

Permalink
Merge pull request #1386 from tesshuflower/rel-0.10-golang1.22
Browse files Browse the repository at this point in the history
[release-0.10] Update to use golang 1.22.0
  • Loading branch information
openshift-merge-bot[bot] authored Sep 12, 2024
2 parents 0e26599 + da44382 commit 359dea0
Show file tree
Hide file tree
Showing 11 changed files with 4,200 additions and 2,770 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
include ./version.mk

# Helper software versions
CONTROLLER_TOOLS_VERSION := v0.13.0
CONTROLLER_TOOLS_VERSION := v0.14.0
ENVTEST_K8S_VERSION = 1.26.0
GOLANGCI_VERSION := v1.59.0
HELM_VERSION := v3.14.4
Expand Down
1,203 changes: 639 additions & 564 deletions bundle/manifests/volsync.backube_replicationdestinations.yaml

Large diffs are not rendered by default.

1,442 changes: 764 additions & 678 deletions bundle/manifests/volsync.backube_replicationsources.yaml

Large diffs are not rendered by default.

1,203 changes: 639 additions & 564 deletions config/crd/bases/volsync.backube_replicationdestinations.yaml

Large diffs are not rendered by default.

1,442 changes: 764 additions & 678 deletions config/crd/bases/volsync.backube_replicationsources.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/backube/volsync

go 1.21.0
go 1.22.0

require (
github.com/dop251/diskrsync v1.3.0
Expand Down
763 changes: 632 additions & 131 deletions helm/volsync/templates/volsync.backube_replicationdestinations.yaml

Large diffs are not rendered by default.

907 changes: 757 additions & 150 deletions helm/volsync/templates/volsync.backube_replicationsources.yaml

Large diffs are not rendered by default.

0 comments on commit 359dea0

Please sign in to comment.