File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- 1.21.9
1
+ 1.21.10
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ linters-settings:
116
116
117
117
gosimple :
118
118
# Select the Go version to target. The default is '1.13'.
119
- go : " 1.21.9 "
119
+ go : " 1.21.10 "
120
120
121
121
nakedret :
122
122
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -136,17 +136,17 @@ linters-settings:
136
136
137
137
staticcheck :
138
138
# Select the Go version to target. The default is '1.13'.
139
- go : " 1.21.9 "
139
+ go : " 1.21.10 "
140
140
checks : ["all"]
141
141
142
142
stylecheck :
143
143
# Select the Go version to target. The default is '1.13'.
144
- go : " 1.21.9 "
144
+ go : " 1.21.10 "
145
145
checks : ["all"]
146
146
147
147
unused :
148
148
# Select the Go version to target. The default is '1.13'.
149
- go : " 1.21.9 "
149
+ go : " 1.21.10 "
150
150
151
151
gosec :
152
152
excludes :
Original file line number Diff line number Diff line change 1
- ARG GO_VERSION=1.21.9
1
+ ARG GO_VERSION=1.21.10
2
2
FROM circleci/golang:${GO_VERSION}
3
3
4
4
Original file line number Diff line number Diff line change 1
- ARG GO_VERSION=1.21.9
1
+ ARG GO_VERSION=1.21.10
2
2
ARG crossbuild_image="docker.elastic.co/beats-dev/golang-crossbuild"
3
3
ARG AGENT_VERSION=8.9.0-SNAPSHOT
4
4
ARG AGENT_IMAGE="docker.elastic.co/beats/elastic-agent"
Original file line number Diff line number Diff line change 11
11
kind : security
12
12
13
13
# Change summary; a 80ish characters long description of the change.
14
- summary : Upgrade to Go 1.21.9 .
14
+ summary : Upgrade to Go 1.21.10 .
15
15
16
16
# Long description; in case the summary is not enough to describe the change
17
17
# this field accommodate a description without length limits.
@@ -25,7 +25,7 @@ component: "elastic-agent"
25
25
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
26
26
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
27
27
# Please provide it if you are adding a fragment for a different PR.
28
- pr : https://github.com/elastic/elastic-agent/pull/4508
28
+ pr : https://github.com/elastic/elastic-agent/pull/4697
29
29
30
30
# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
31
31
# If not present is automatically filled by the tooling with the issue linked to the PR number.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/elastic/elastic-agent
2
2
3
3
go 1.21.0
4
4
5
- toolchain go1.21.8
5
+ toolchain go1.21.10
6
6
7
7
require (
8
8
github.com/Microsoft/go-winio v0.6.1
Original file line number Diff line number Diff line change 3
3
// FIXME: once elastic.co docs have been switched over to use `main` , remove
4
4
// the `doc-site-branch` line below as well as any references to it in the code.
5
5
:doc-site-branch: master
6
- :go-version: 1.21.9
6
+ :go-version: 1.21.10
7
7
:release-state: unreleased
8
8
:python: 3.7
9
9
:docker: 1.12
You can’t perform that action at this time.
0 commit comments