We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308029d commit f8a879dCopy full SHA for f8a879d
2 files changed
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, macos-latest, windows-latest]
20
- go-version: ["1.21", "1.22", "1.23", "1.24"]
+ go-version: ["1.22", "1.23", "1.24", "1.25"]
21
22
steps:
23
- name: Check out code
azureappconfiguration/go.mod
@@ -1,6 +1,6 @@
1
module github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration
2
3
-go 1.23.0
+go 1.24.0
4
5
require github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig v1.2.0
6
0 commit comments