Skip to content

Commit 18f3416

Browse files
committed
upgrade go version to v1.24
1 parent 0ad140d commit 18f3416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
go-version: ['1.22.x', '1.23.x']
37+
go-version: ['1.22.x', '1.23.x', '1.24.x']
3838
os: [ubuntu-latest, windows-latest]
3939
name: Lint
4040
needs: generate

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/azure-container-networking
22

3-
go 1.23.2
3+
go 1.24.6
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2

0 commit comments

Comments
 (0)