Skip to content

Commit 2bd1d4b

Browse files
authored
Merge pull request #45 from elastic/update-go-version-20220725212633-main
[automation] Update go release version 1.18.4
2 parents 13e3e17 + 36ce981 commit 2bd1d4b

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
@@ -98,7 +98,7 @@ linters-settings:
9898

9999
gosimple:
100100
# Select the Go version to target. The default is '1.13'.
101-
go: "1.17.12"
101+
go: "1.18.4"
102102

103103
nakedret:
104104
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -118,17 +118,17 @@ linters-settings:
118118

119119
staticcheck:
120120
# Select the Go version to target. The default is '1.13'.
121-
go: "1.17.12"
121+
go: "1.18.4"
122122
checks: ["all"]
123123

124124
stylecheck:
125125
# Select the Go version to target. The default is '1.13'.
126-
go: "1.17.12"
126+
go: "1.18.4"
127127
checks: ["all"]
128128

129129
unused:
130130
# Select the Go version to target. The default is '1.13'.
131-
go: "1.17.12"
131+
go: "1.18.4"
132132

133133
gosec:
134134
excludes:

0 commit comments

Comments
 (0)