Skip to content

Commit 82b9141

Browse files
authored
Merge pull request #266 from blackpiglet/bump_golang_for_1.12.2
Bump Golang version to v1.23.11 to align with Velero v1.16.2
2 parents c212ea1 + 7d2bc25 commit 82b9141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.10-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-aws
22

33
go 1.23.0
44

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

77
require (
88
github.com/aws/aws-sdk-go-v2 v1.24.1

0 commit comments

Comments
 (0)