Skip to content

Commit 7f42b86

Browse files
apmmachineapmmachine
andauthored
[Automation] Update go release version to 1.18.4 (#69)
Co-authored-by: apmmachine <[email protected]>
1 parent dbea8c3 commit 7f42b86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.12
1+
1.18.4

.golangci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ linters-settings:
8686

8787
gosimple:
8888
# Select the Go version to target. The default is '1.13'.
89-
go: "1.17.12"
89+
go: "1.18.4"
9090

9191
nakedret:
9292
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -120,19 +120,19 @@ linters-settings:
120120

121121
staticcheck:
122122
# Select the Go version to target. The default is '1.13'.
123-
go: "1.17.12"
123+
go: "1.18.4"
124124
# https://staticcheck.io/docs/options#checks
125125
checks: ["all"]
126126

127127
stylecheck:
128128
# Select the Go version to target. The default is '1.13'.
129-
go: "1.17.12"
129+
go: "1.18.4"
130130
# https://staticcheck.io/docs/options#checks
131131
checks: ["all"]
132132

133133
unused:
134134
# Select the Go version to target. The default is '1.13'.
135-
go: "1.17.12"
135+
go: "1.18.4"
136136

137137
gosec:
138138
excludes:

0 commit comments

Comments
 (0)