From e5a086c34fdeabe6f0e37f9fbd20c84b5b7f4ec7 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Thu, 25 Apr 2024 11:50:37 -0400 Subject: [PATCH] full semver in go.mod --- go.mod | 2 +- test/integration/go/helm.yaml | 2 +- test/integration/go/kustomize.yaml | 2 +- test/integration/go/manifest.yaml | 2 +- test/integration/gomodule/helm.yaml | 2 +- test/integration/gomodule/kustomize.yaml | 2 +- test/integration/gomodule/manifest.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index b47c7845..69eea1d6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Azure/draft -go 1.22 +go 1.22.0 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 diff --git a/test/integration/go/helm.yaml b/test/integration/go/helm.yaml index 43cf1b74..6fad23ec 100644 --- a/test/integration/go/helm.yaml +++ b/test/integration/go/helm.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.22" + value: "1.22.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/go/kustomize.yaml b/test/integration/go/kustomize.yaml index 67bf8feb..96d99bfe 100644 --- a/test/integration/go/kustomize.yaml +++ b/test/integration/go/kustomize.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.22" + value: "1.22.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/go/manifest.yaml b/test/integration/go/manifest.yaml index 6739c053..fa4e13aa 100644 --- a/test/integration/go/manifest.yaml +++ b/test/integration/go/manifest.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.22" + value: "1.22.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/gomodule/helm.yaml b/test/integration/gomodule/helm.yaml index a06cffe5..c703a50d 100644 --- a/test/integration/gomodule/helm.yaml +++ b/test/integration/gomodule/helm.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.22" + value: "1.22.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/gomodule/kustomize.yaml b/test/integration/gomodule/kustomize.yaml index c05a602a..db75d9d8 100644 --- a/test/integration/gomodule/kustomize.yaml +++ b/test/integration/gomodule/kustomize.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.22" + value: "1.22.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/gomodule/manifest.yaml b/test/integration/gomodule/manifest.yaml index 423df67d..e4fc7a52 100644 --- a/test/integration/gomodule/manifest.yaml +++ b/test/integration/gomodule/manifest.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.22" + value: "1.22.0" - name: "BUILDERVERSION" value: "null" - name: "PORT"