Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Feb 13, 2024
1 parent 0972343 commit b23dac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
go: "1.22"
go: "1.21"
timeout: 10m
tests: false
allow-parallel-runners: true
Expand Down Expand Up @@ -82,9 +82,9 @@ linters-settings:
- prefix(github.com/open-component-model/ocm)
custom-order: true
staticcheck:
go: "1.22"
go: "1.21"
stylecheck:
go: "1.22"
go: "1.21"
funlen:
lines: 110
statements: 60
Expand Down

0 comments on commit b23dac2

Please sign in to comment.