Skip to content

Commit

Permalink
chore: remove go version in golangci config in favor of go version …
Browse files Browse the repository at this point in the history
…in go.mod (#763)

Signed-off-by: Rui Chen <[email protected]>
Co-authored-by: Evan Gibler <[email protected]>
  • Loading branch information
chenrui333 and egibs authored Jan 15, 2025
1 parent 4b4643a commit f879c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
run:
# The default runtime timeout is 1m, which doesn't work well on Github Actions.
timeout: 10m
go: "1.23"

# NOTE: This file is populated by the lint-install tool. Local adjustments may be overwritten.
linters-settings:
Expand Down

0 comments on commit f879c3f

Please sign in to comment.