Skip to content

Commit

Permalink
Bump k8s versions used in go-aks test, since older patch versions are…
Browse files Browse the repository at this point in the history
… not supported by AKS
  • Loading branch information
thomas11 committed May 13, 2024
1 parent 9901424 commit 281c692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/azure-native-sdk-v2/go-aks/k8sVersion.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const k8sVersion = "1.27.7"
const k8sVersion = "1.27.12"
2 changes: 1 addition & 1 deletion examples/azure-native-sdk-v2/go-aks/step2/k8sVersion.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const k8sVersion = "1.28.3"
const k8sVersion = "1.28.9"

0 comments on commit 281c692

Please sign in to comment.