We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43022ec + 48c288e commit bef8467Copy full SHA for bef8467
2 files changed
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.8-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-microsoft-azure
2
3
go 1.23.0
4
5
-toolchain go1.23.8
+toolchain go1.23.11
6
7
require (
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
0 commit comments