Skip to content

Commit

Permalink
Fix conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Aug 4, 2023
1 parent 9496bf0 commit f82bef3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 55 deletions.
6 changes: 1 addition & 5 deletions .go-version
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
<<<<<<< HEAD
1.19.10
=======
1.20.7
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
1.19.12
24 changes: 4 additions & 20 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.19.10"
=======
go: "1.20.7"
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
go: "1.19.12"

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

staticcheck:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.19.10"
=======
go: "1.20.7"
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
go: "1.19.12"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.19.10"
=======
go: "1.20.7"
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
go: "1.19.12"
# Disabled:
# ST1005: error strings should not be capitalized
checks: ["all", "-ST1005"]

unused:
# Select the Go version to target. The default is '1.13'.
<<<<<<< HEAD
go: "1.19.10"
=======
go: "1.20.7"
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
go: "1.19.12"

gosec:
excludes:
Expand Down
6 changes: 1 addition & 5 deletions auditbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< HEAD
FROM golang:1.19.10
=======
FROM golang:1.20.7
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
FROM golang:1.19.12

RUN \
apt-get update \
Expand Down
6 changes: 1 addition & 5 deletions heartbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< HEAD
FROM golang:1.19.10
=======
FROM golang:1.20.7
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
FROM golang:1.19.12

RUN \
apt-get update \
Expand Down
6 changes: 1 addition & 5 deletions libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
:stack-version: 8.9.0
:doc-branch: main
<<<<<<< HEAD
:go-version: 1.19.10
=======
:go-version: 1.20.7
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
:go-version: 1.19.12
:release-state: unreleased
:python: 3.7
:docker: 1.12
Expand Down
6 changes: 1 addition & 5 deletions metricbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< HEAD
FROM golang:1.19.10
=======
FROM golang:1.20.7
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
FROM golang:1.19.12

RUN \
apt update \
Expand Down
6 changes: 1 addition & 5 deletions packetbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< HEAD
FROM golang:1.19.10
=======
FROM golang:1.20.7
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
FROM golang:1.19.12

RUN \
apt-get update \
Expand Down
6 changes: 1 addition & 5 deletions x-pack/functionbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< HEAD
FROM golang:1.19.10
=======
FROM golang:1.20.7
>>>>>>> a88f111fc6 ([Automation] Bump Golang version to 1.20.7 (#36241))
FROM golang:1.19.12

RUN \
apt-get update \
Expand Down

0 comments on commit f82bef3

Please sign in to comment.