build: update golang version to 1.24 and golangci-lint to v1.64.5

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2025-02-27 21:46:21 +08:00
parent 025b76f973
commit 0d7f43726a
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
cache: false
- uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
version: v1.64.5
tests:
runs-on: ubuntu-latest

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/helmfile/helmfile
go 1.23.1
go 1.24
require (
dario.cat/mergo v1.0.1