diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0ee4fb..656cd9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go-version: ["1.21", "1.22", "1.23", "1.24"] + go-version: ["1.22", "1.23", "1.24", "1.25"] steps: - name: Check out code diff --git a/azureappconfiguration/go.mod b/azureappconfiguration/go.mod index 21bc084..260945b 100644 --- a/azureappconfiguration/go.mod +++ b/azureappconfiguration/go.mod @@ -1,6 +1,6 @@ module github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration -go 1.23.0 +go 1.24.0 require github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig v1.2.0