Skip to content

Commit b91b547

Browse files
committed
Bump Go and golangci-lint versions in lint
Signed-off-by: Shubham Bhardwaj <shubbhar@redhat.com>
1 parent 99ce4dc commit b91b547

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1717
with:
18-
go-version: "1.24"
18+
go-version: "1.25"
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2222
with:
23-
version: v2.1.6
23+
version: v2.4.0
2424
only-new-issues: true
2525
args: --timeout=10m

0 commit comments

Comments
 (0)