We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad140d commit 18f3416Copy full SHA for 18f3416
.github/workflows/golangci.yaml
@@ -34,7 +34,7 @@ jobs:
34
strategy:
35
fail-fast: false
36
matrix:
37
- go-version: ['1.22.x', '1.23.x']
+ go-version: ['1.22.x', '1.23.x', '1.24.x']
38
os: [ubuntu-latest, windows-latest]
39
name: Lint
40
needs: generate
go.mod
@@ -1,6 +1,6 @@
1
module github.com/Azure/azure-container-networking
2
3
-go 1.23.2
+go 1.24.6
4
5
require (
6
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2
0 commit comments