Skip to content

Commit f8a879d

Browse files
upgrade go version to 1.24 (#53)
1 parent 308029d commit f8a879d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
go-version: ["1.21", "1.22", "1.23", "1.24"]
20+
go-version: ["1.22", "1.23", "1.24", "1.25"]
2121

2222
steps:
2323
- name: Check out code

azureappconfiguration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig v1.2.0
66

0 commit comments

Comments
 (0)