Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] Bump Golang version to 1.21.11 #39851

Merged
merged 53 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
a8a7795
chore: Update Auditbeat Dockerfile
github-actions[bot] Jun 10, 2024
d7da3e6
chore: Update Filebeat debug Dockerfile
github-actions[bot] Jun 10, 2024
1eb3118
chore: Update from vsphere Dockerfile
github-actions[bot] Jun 10, 2024
f592ad1
chore: Update Heartbeat Dockerfile
github-actions[bot] Jun 10, 2024
0a19306
chore: Update NATS module Dockerfile
github-actions[bot] Jun 10, 2024
2361720
chore: Update version.asciidoc
github-actions[bot] Jun 10, 2024
47f14c2
chore: Update Metricbeat debug Dockerfile
github-actions[bot] Jun 10, 2024
e188733
chore: Update Metricbeat Dockerfile
github-actions[bot] Jun 10, 2024
7305c6a
chore: Update HTTP module Dockerfile
github-actions[bot] Jun 10, 2024
bb51788
chore: Update .go-version
github-actions[bot] Jun 10, 2024
bd27113
chore: Update go.mod
github-actions[bot] Jun 10, 2024
6b604ba
chore: Update Functionbeat Dockerfile
github-actions[bot] Jun 10, 2024
ec41215
chore: Update Packetbeat Dockerfile
github-actions[bot] Jun 10, 2024
bab5d52
chore: Update stan Dockerfile
github-actions[bot] Jun 10, 2024
2f9bae3
chore: Update .golangci.yml
github-actions[bot] Jun 10, 2024
db1bd11
chore: Update Heartbeat debug Dockerfile
github-actions[bot] Jun 10, 2024
bb2b44a
Update changelog.
cmacknz Jun 10, 2024
ac65472
Run go mod tidy.
cmacknz Jun 10, 2024
c35f258
chore: Update .go-version
github-actions[bot] Jun 11, 2024
1ed856c
chore: Update Packetbeat Dockerfile
github-actions[bot] Jun 11, 2024
f611387
chore: Update Filebeat debug Dockerfile
github-actions[bot] Jun 11, 2024
4169b22
chore: Update Heartbeat Dockerfile
github-actions[bot] Jun 11, 2024
70b3d34
chore: Update version.asciidoc
github-actions[bot] Jun 11, 2024
050004b
chore: Update Metricbeat debug Dockerfile
github-actions[bot] Jun 11, 2024
6ffef75
chore: Update stan Dockerfile
github-actions[bot] Jun 11, 2024
a5e5960
chore: Update go.mod
github-actions[bot] Jun 11, 2024
68c58fc
chore: Update Metricbeat Dockerfile
github-actions[bot] Jun 11, 2024
d05640a
chore: Update Heartbeat debug Dockerfile
github-actions[bot] Jun 11, 2024
3237c30
chore: Update HTTP module Dockerfile
github-actions[bot] Jun 11, 2024
a3969b3
chore: Update NATS module Dockerfile
github-actions[bot] Jun 11, 2024
bd52e2a
chore: Update from vsphere Dockerfile
github-actions[bot] Jun 11, 2024
99ef82d
chore: Update Functionbeat Dockerfile
github-actions[bot] Jun 11, 2024
21067ae
chore: Update .golangci.yml
github-actions[bot] Jun 11, 2024
1de2a46
chore: Update Auditbeat Dockerfile
github-actions[bot] Jun 11, 2024
7442699
Exclude Dockerfile from module detection
alexsapran Jun 12, 2024
c7ad440
Update go.mod
alexsapran Jun 12, 2024
6cd2e03
chore: Update from vsphere Dockerfile
github-actions[bot] Jun 12, 2024
9a44788
chore: Update Heartbeat debug Dockerfile
github-actions[bot] Jun 12, 2024
dbfbeec
chore: Update Metricbeat debug Dockerfile
github-actions[bot] Jun 12, 2024
adb95f5
chore: Update Functionbeat Dockerfile
github-actions[bot] Jun 12, 2024
e251911
chore: Update go.mod
github-actions[bot] Jun 12, 2024
d2b35a9
chore: Update Heartbeat Dockerfile
github-actions[bot] Jun 12, 2024
f57c09c
chore: Update Filebeat debug Dockerfile
github-actions[bot] Jun 12, 2024
3f0b8d6
chore: Update NATS module Dockerfile
github-actions[bot] Jun 12, 2024
9de87de
chore: Update stan Dockerfile
github-actions[bot] Jun 12, 2024
29d4197
chore: Update HTTP module Dockerfile
github-actions[bot] Jun 12, 2024
a063e63
chore: Update Metricbeat Dockerfile
github-actions[bot] Jun 12, 2024
b56acc3
chore: Update version.asciidoc
github-actions[bot] Jun 12, 2024
1b6a5c4
chore: Update .golangci.yml
github-actions[bot] Jun 12, 2024
6dcb699
chore: Update Packetbeat Dockerfile
github-actions[bot] Jun 12, 2024
49b31e6
chore: Update Auditbeat Dockerfile
github-actions[bot] Jun 12, 2024
3cd2310
chore: Update .go-version
github-actions[bot] Jun 12, 2024
e9a9bf4
go mod tidy
cmacknz Jun 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.10
1.21.11
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
go: "1.21.10"
go: "1.21.11"

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

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.21.10"
go: "1.21.11"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.21.10"
go: "1.21.11"
# Disabled:
# ST1005: error strings should not be capitalized
checks: ["all", "-ST1005"]

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.21.10"
go: "1.21.11"

gosec:
excludes:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Beats will now connect to older Elasticsearch instances by default {pull}36884[36884]
- Raise up logging level to warning when attempting to configure beats with unknown fields from autodiscovered events/environments
- elasticsearch output now supports `idle_connection_timeout`. {issue}35616[35615] {pull}36843[36843]
- Update to Go 1.21.10. {pull}39467[39467]
- Update to Go 1.21.11. {pull}39851[39851]
- Enable early event encoding in the Elasticsearch output, improving cpu and memory use {pull}38572[38572]
- The environment variable `BEATS_ADD_CLOUD_METADATA_PROVIDERS` overrides configured/default `add_cloud_metadata` providers {pull}38669[38669]
- Introduce log message for not supported annotations for Hints based autodiscover {pull}38213[38213]
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10
FROM golang:1.21.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/filebeat/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10 as builder
FROM golang:1.21.11 as builder

ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/heartbeat/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10 as builder
FROM golang:1.21.11 as builder

ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/metricbeat/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10 as builder
FROM golang:1.21.11 as builder

ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/elastic/beats/v7

go 1.21.0

toolchain go1.21.10
toolchain go1.21.11

require (
cloud.google.com/go/bigquery v1.55.0
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10
FROM golang:1.21.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:stack-version: 8.15.0
:doc-branch: main
:go-version: 1.21.10
:go-version: 1.21.11
:release-state: unreleased
:python: 3.7
:docker: 1.12
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10
FROM golang:1.21.11
COPY --from=docker:26.0.0-alpine3.19 /usr/local/bin/docker /usr/local/bin/

RUN \
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/http/_meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10
FROM golang:1.21.11

COPY test/main.go main.go

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/nats/_meta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NATS_VERSION=2.0.4
FROM nats:$NATS_VERSION

# build stage
FROM golang:1.21.10 AS build-env
FROM golang:1.21.11 AS build-env
RUN apt-get install git mercurial gcc
RUN git clone https://github.com/nats-io/nats.go.git /nats-go
RUN cd /nats-go/examples/nats-bench && git checkout tags/v1.10.0 && go build .
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/vsphere/_meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VSPHERE_GOLANG_VERSION
FROM golang:1.21.10
FROM golang:1.21.11

RUN apt-get install curl git
RUN go install github.com/vmware/govmomi/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10
FROM golang:1.21.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.10
FROM golang:1.21.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/stan/_meta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG STAN_VERSION=0.15.1
FROM nats-streaming:$STAN_VERSION

# build stage
FROM golang:1.21.10 AS build-env
FROM golang:1.21.11 AS build-env
RUN apt-get install git mercurial gcc
RUN git clone https://github.com/nats-io/stan.go.git /stan-go
RUN cd /stan-go/examples/stan-bench && git checkout tags/v0.5.2 && go build .
Expand Down