We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c212ea1 + 7d2bc25 commit 82b9141Copy full SHA for 82b9141
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM --platform=$BUILDPLATFORM golang:1.23.10-bookworm AS build
+FROM --platform=$BUILDPLATFORM golang:1.23.11-bookworm AS build
16
17
ARG TARGETOS
18
ARG TARGETARCH
go.mod
@@ -2,7 +2,7 @@ module github.com/vmware-tanzu/velero-plugin-for-aws
2
3
go 1.23.0
4
5
-toolchain go1.23.10
+toolchain go1.23.11
6
7
require (
8
github.com/aws/aws-sdk-go-v2 v1.24.1
0 commit comments