Skip to content

Commit bef8467

Browse files
authored
Merge pull request #291 from blackpiglet/bump_golang_for_1.12.2
Bump Golang to v1.23.11 to align with Velero v1.16.2
2 parents 43022ec + 48c288e commit bef8467

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.23.8-bookworm AS build
15+
FROM --platform=$BUILDPLATFORM golang:1.23.11-bookworm AS build
1616

1717
ARG TARGETOS
1818
ARG TARGETARCH

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
22

33
go 1.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.11
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0

0 commit comments

Comments
 (0)