Skip to content

Commit

Permalink
Fix remaining conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Oct 16, 2023
1 parent 53564cd commit b72a0ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .go-version
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
<<<<<<< HEAD
1.20.8
=======
1.20.10
>>>>>>> 05d4eaff31 ([Automation] Bump Golang version to 1.20.10 (#3601))
16 changes: 0 additions & 16 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.20.8"
=======
go: "1.20.10"
>>>>>>> 05d4eaff31 ([Automation] Bump Golang version to 1.20.10 (#3601))

nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
Expand All @@ -140,29 +136,17 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.20.8"
=======
go: "1.20.10"
>>>>>>> 05d4eaff31 ([Automation] Bump Golang version to 1.20.10 (#3601))
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.20.8"
=======
go: "1.20.10"
>>>>>>> 05d4eaff31 ([Automation] Bump Golang version to 1.20.10 (#3601))
checks: ["all"]

unused:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.20.8"
=======
go: "1.20.10"
>>>>>>> 05d4eaff31 ([Automation] Bump Golang version to 1.20.10 (#3601))

gosec:
excludes:
Expand Down
4 changes: 2 additions & 2 deletions changelog/fragments/1697229987-Upgrade-to-Go-1.20.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
# - security: impacts on the security of a product or a user’s deployment.
# - upgrade: important information for someone upgrading from a prior version
# - other: does not fit into any of the other categories
kind: breaking-change
kind: security

# Change summary; a 80ish characters long description of the change.
summary: Upgrade to Go 1.20.10.

# Long description; in case the summary is not enough to describe the change
# this field accommodate a description without length limits.
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
description: Elastic-agent-autodiscover library by default comes with add_resource_metadata.deployment=false and add_resource_metadata.cronjob=false. Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment or kubernetes.cronjob respectively.
# description:

# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
component: "elastic-agent"
Expand Down

0 comments on commit b72a0ba

Please sign in to comment.