fix(workflows): update version of golangci-lint-action
Description
In the #24 I got errors on ci https://github.com/Schrodinger-Hat/Daje/actions/runs/9514258617/job/26226081863?pr=24 non related to the things I'm adding, we are using the v2 version of https://github.com/golangci/golangci-lint-action and there is the v6 as latest.
And looking at the result of the action, it seems like is ok now (except for the lint errors) https://github.com/Schrodinger-Hat/Daje/actions/runs/9516686436/job/26233502758?pr=25
@davideimola there is a lint problem with https://github.com/Schrodinger-Hat/Daje/blob/72c6f14761358ecad0559766f6fb7efaadf8c5d1/pkg/cmd/init/init.go#L15
You can find it here: https://github.com/Schrodinger-Hat/Daje/actions/runs/9517315920/job/26235612772?pr=25#step:3:32
Do you know how to solve it?