Skip to content

Commit

Permalink
Bump golang to v1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <[email protected]>
(cherry picked from commit 5dc08da)

Conflicts:
	go.mod
	pkg/controller/blockdevice/controller.go
          - remove redundant changes
  • Loading branch information
votdev authored and Vicente-Cheng committed Apr 17, 2024
1 parent d152dcc commit dda9012
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ linters:
- revive
- gosec
- prealloc
run:
skip-files:
issues:
exclude-files:
- /zz_generated_
- _generated
skip-dirs:
exclude-dirs:
- generated
deadline: 5m
run:
timeout: 5m
tests: true
build-tags:
- test
Expand Down

0 comments on commit dda9012

Please sign in to comment.