Skip to content

Commit b8b3e4b

Browse files
authored
update to go 1.25.4 and golangci-lint to v2.6.2 (#192)
1 parent 184e50c commit b8b3e4b

8 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.25.0
17+
go-version: 1.25.4
1818
- run: make internal/image/testdata/img.tar.gz
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v7
2121
with:
22-
version: v2.4.0
22+
version: v2.6.2

.github/workflows/test-functional-cni.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.25.0
14+
go-version: 1.25.4
1515
- run: |
1616
sudo cp ./dev/cni/10-ignore.link /etc/systemd/network/10-ignore.link
1717
sudo systemctl restart systemd-networkd

.github/workflows/test-functional-controlplane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.25.0
14+
go-version: 1.25.4
1515
- run: make functests-controlplane

.github/workflows/test-functional-database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.25.0
14+
go-version: 1.25.4
1515
- run: make functests-database

.github/workflows/test-functional-platformd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.25.0
14+
go-version: 1.25.4
1515
- run: make functests-platformd

.github/workflows/test-functional-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.25.0
14+
go-version: 1.25.4
1515
- run: make functests-shared

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.25.0
14+
go-version: 1.25.4
1515
- uses: docker/setup-buildx-action@v3
1616
- run: make unittests

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
22
- repo: https://github.com/golangci/golangci-lint
3-
rev: v2.4.0
3+
rev: v2.6.2
44
hooks:
55
- id: golangci-lint

0 commit comments

Comments
 (0)