Skip to content

Commit 76a4612

Browse files
[updatecli][shell] Bump version to 1.21 (#211)
* chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent-libs/.golangci.yml" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent-libs/.go-version" Made with ❤️️ by updatecli --------- Co-authored-by: obltmachine <[email protected]>
1 parent 89e2295 commit 76a4612

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.21.10
1+
1.21.11

.golangci.yml

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

8484
gosimple:
8585
# Select the Go version to target. The default is '1.13'.
86-
go: "1.21.10"
86+
go: "1.21.11"
8787

8888
nakedret:
8989
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -117,19 +117,19 @@ linters-settings:
117117

118118
staticcheck:
119119
# Select the Go version to target. The default is '1.13'.
120-
go: "1.21.10"
120+
go: "1.21.11"
121121
# https://staticcheck.io/docs/options#checks
122122
checks: ["all"]
123123

124124
stylecheck:
125125
# Select the Go version to target. The default is '1.13'.
126-
go: "1.21.10"
126+
go: "1.21.11"
127127
# https://staticcheck.io/docs/options#checks
128128
checks: ["all"]
129129

130130
unused:
131131
# Select the Go version to target. The default is '1.13'.
132-
go: "1.21.10"
132+
go: "1.21.11"
133133

134134
gosec:
135135
excludes:

0 commit comments

Comments
 (0)