We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5965f50 + c4523a4 commit c0b493aCopy full SHA for c0b493a
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
workflow_dispatch: {}
14
15
env:
16
- GO_VERSION: "1.25.5"
+ GO_VERSION: "1.25.7"
17
18
jobs:
19
detect-noop:
go.mod
@@ -4,7 +4,7 @@
4
5
module github.com/upbound/provider-azure/v2
6
7
-go 1.25.5
+go 1.25.7
8
9
tool golang.org/x/tools/cmd/goimports
10
0 commit comments