Skip to content

Commit

Permalink
full semver in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Apr 25, 2024
1 parent 516fe2b commit e5a086c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go/kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/gomodule/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/gomodule/kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/gomodule/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5a086c

Please sign in to comment.