Skip to content

Commit 29bf19e

Browse files
authored
Merge pull request #74 from elastic/updatecli_9e4df898adf59577640fe0e045a3797e1b9c8353a4e183333161ac31649350a2
[updatecli][githubrelease] Bump version to 1.19.7
2 parents 6734ee6 + fbed436 commit 29bf19e

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.19.5
1+
1.19.7

.golangci.yml

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

9696
gosimple:
9797
# Select the Go version to target. The default is '1.13'.
98-
go: "1.19.5"
98+
go: "1.19.7"
9999

100100
nakedret:
101101
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -115,17 +115,17 @@ linters-settings:
115115

116116
staticcheck:
117117
# Select the Go version to target. The default is '1.13'.
118-
go: "1.19.5"
118+
go: "1.19.7"
119119
checks: ["all"]
120120

121121
stylecheck:
122122
# Select the Go version to target. The default is '1.13'.
123-
go: "1.19.5"
123+
go: "1.19.7"
124124
checks: ["all"]
125125

126126
unused:
127127
# Select the Go version to target. The default is '1.13'.
128-
go: "1.19.5"
128+
go: "1.19.7"
129129

130130
gosec:
131131
excludes:

0 commit comments

Comments
 (0)