Skip to content

Commit

Permalink
upgrade Go to 1.20.5 (elastic#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ authored Jul 6, 2023
2 parents e501f10 + 989ec69 commit 2c9ca23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.10
1.20.5
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
go: "1.19.10"
go: "1.20.5"

nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
Expand Down Expand Up @@ -121,15 +121,15 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.19.10"
go: "1.20.5"

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.19.10"
go: "1.20.5"

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.19.10"
go: "1.20.5"

gosec:
excludes:
Expand Down

0 comments on commit 2c9ca23

Please sign in to comment.