Skip to content

Commit

Permalink
chore(deps): Upgrade go version to 1.21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rnishtala-sumo committed Aug 12, 2024
1 parent 51ac802 commit cfa7230
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions .changelog/1650.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore(deps): Upgrade go version to 1.21.11
2 changes: 1 addition & 1 deletion .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash

env:
GO_VERSION: "1.21.4"
GO_VERSION: "1.21.11"

jobs:
get-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
shell: bash

env:
GO_VERSION: "1.21.4"
GO_VERSION: "1.21.11"

jobs:
build-changed:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
shell: bash

env:
GO_VERSION: "1.21.4"
GO_VERSION: "1.21.11"

jobs:
get-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defaults:
shell: bash

env:
GO_VERSION: "1.21.4"
GO_VERSION: "1.21.11"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defaults:
shell: bash

env:
GO_VERSION: "1.21.4"
GO_VERSION: "1.21.11"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-alpine as builder
FROM golang:1.21.7-alpine as builder
ADD . /src
WORKDIR /src/otelcolbuilder/
ENV CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion ci/build-fips-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TARGETARCH=$TARGETARCH

RUN yum groupinstall -y "Development Tools" && yum install -y curl git

RUN curl -Lo go.tar.gz https://go.dev/dl/go1.21.4.linux-$TARGETARCH.tar.gz
RUN curl -Lo go.tar.gz https://go.dev/dl/go1.21.7.linux-$TARGETARCH.tar.gz
RUN tar -zxvf go.tar.gz -C /usr/local
ENV PATH="/usr/local/go/bin:${PATH}"

Expand Down
4 changes: 2 additions & 2 deletions otelcolbuilder/build-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ FROM ubuntu:20.04

ARG DEBIAN_VERSION="bullseye"
ARG UBUNTU_VERSION="20.04"
ARG GO_VERSION=1.21.4
ARG GO_VERSION=1.21.11

RUN apt-get update
RUN apt-get install -y git wget xz-utils build-essential curl

RUN curl -Lo go.tar.gz https://go.dev/dl/go1.21.4.linux-amd64.tar.gz
RUN curl -Lo go.tar.gz https://go.dev/dl/go1.21.11.linux-amd64.tar.gz
RUN tar -zxvf go.tar.gz -C /usr/local
ENV PATH="/usr/local/go/bin:${PATH}"

Expand Down
2 changes: 1 addition & 1 deletion pkg/configprovider/globprovider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/configprovider/globprov

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/configprovider/opampprovider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/configprovider/opamppro

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/SumoLogic/sumologic-otel-collector/pkg/configprovider/globprovider v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion pkg/exporter/syslogexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/exporter/syslogexporter

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/extension/opampextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/opamp

go 1.21.0

toolchain go1.21.7
toolchain go1.21.11

require (
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/extension/sumologicextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/extension/sumologicexte

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/Showmax/go-fqdn v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/cascadingfilterprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/processor/cascadingfilt

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/k8sprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8spr

go 1.21.0

toolchain go1.21.7
toolchain go1.21.11

require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.104.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/metricfrequencyprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/processor/metricfrequencypr

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/patrickmn/go-cache v2.1.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/sourceprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/processor/sourceprocess

go 1.21.0

toolchain go1.21.7
toolchain go1.21.11

require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.104.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/sumologicschemaprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/astencel-sumo/sumologicschemaprocessor

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/sumologicsyslogprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/processor/sumologicsysl

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/receiver/activedirectoryinvreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/receiver/activedirector

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/go-adsi/adsi v0.0.0-20230315214257-4ff46d735e52
Expand Down
2 changes: 1 addition & 1 deletion pkg/receiver/jobreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/receiver/jobreceiver

go 1.21.0

toolchain go1.21.7
toolchain go1.21.11

require (
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/receiver/rawk8seventsreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/receiver/rawk8seventsre

go 1.21.0

toolchain go1.21.7
toolchain go1.21.11

require (
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/receiver/telegrafreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/SumoLogic/sumologic-otel-collector/pkg/receiver/telegrafreceiv

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/cenkalti/backoff/v4 v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion vagrant/provision.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export GO_VERSION="1.21.4"
export GO_VERSION="1.21.7"

ARCH="$(dpkg --print-architecture)"

Expand Down

0 comments on commit cfa7230

Please sign in to comment.