Skip to content

Commit 206a75d

Browse files
author
Ariel Kass
committed
update golangci-lint configuration - use go 1.24, bump use to v2.3.0, remove stale options and comments
Signed-off-by: Ariel Kass <[email protected]>
1 parent 3f64d08 commit 206a75d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

0 commit comments

Comments
 (0)