File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1313 - name : Set up Go
1414 uses : actions/setup-go@v5
1515 with :
16- go-version : 1.23
16+ go-version : 1.24
1717
1818 - uses : actions/checkout@v4
1919
@@ -22,20 +22,17 @@ jobs:
2222 uses : golangci/golangci-lint-action@v8
2323 with :
2424 # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
25- version : v1.64.5
25+ version : v2.3.0
2626
2727 # Optional: working directory, useful for monorepos
2828 # working-directory: somedir
2929
3030 # Optional: golangci-lint command line arguments.
31- # TODO: remove --skip-files controllers/suite_test.go once logic is implemented
3231 args : --config=./.github/workflows/config/lint-config.yml -v
3332
3433 # Optional: show only new issues if it's a pull request. The default value is `false`.
3534 # only-new-issues: true
3635
37- skip-go-installation : true
38-
3936 # Optional: if set to true then the action don't cache or restore ~/go/pkg.
4037 # skip-pkg-cache: true
4138
You can’t perform that action at this time.
0 commit comments