Skip to content

Commit 00c95bb

Browse files
github-actions[bot]obltmachinecmacknz
authored
[updatecli][githubrelease] Bump version to 1.21.13 (#222)
* 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 * 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]> Co-authored-by: Craig MacKenzie <[email protected]>
1 parent 1cf0584 commit 00c95bb

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.12
1+
1.21.13

.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.12"
86+
go: "1.21.13"
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.12"
120+
go: "1.21.13"
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.12"
126+
go: "1.21.13"
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.12"
132+
go: "1.21.13"
133133

134134
gosec:
135135
excludes:

0 commit comments

Comments
 (0)