Skip to content

Commit 9faf11b

Browse files
authored
update some go dependencies to v1.23.6 (#1014)
1 parent 9a7fc19 commit 9faf11b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
env:
99
# Default minimum version of Go to support.
10-
DEFAULT_GO_VERSION: "1.23.1"
10+
DEFAULT_GO_VERSION: "1.23.6"
1111
jobs:
1212
lint:
1313
runs-on: ubuntu-latest
@@ -107,7 +107,7 @@ jobs:
107107
compatibility-test:
108108
strategy:
109109
matrix:
110-
go-version: ["1.23.1", "1.22.5"]
110+
go-version: ["1.23.6", "1.22.5"]
111111
os: [ubuntu-latest, macos-latest, windows-latest]
112112
arch: ["386", amd64]
113113
exclude:

cloudbuild-e2e-cloud-functions-gen2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
steps:
1616
# Vendor dependencies, and zip the code.
17-
- name: golang:1.23.1
17+
- name: golang:1.23.6
1818
id: zip-code
1919
entrypoint: /bin/bash
2020
args:

cloudbuild-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
steps:
16-
- name: golang:1.23.1
16+
- name: golang:1.23.6
1717
env: ["SECOND_PROJECT_ID=opentelemetry-ops-e2e-2"]
1818
args: ["make", "integrationtest"]
1919
logsBucket: gs://opentelemetry-ops-e2e-cloud-build-logs

detectors/gcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
22

33
go 1.22
44

5-
toolchain go1.23.4
5+
toolchain go1.23.6
66

77
require (
88
cloud.google.com/go/compute/metadata v0.6.0

e2e-test-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.23.5 as builder
15+
FROM golang:1.23.6 as builder
1616

1717
WORKDIR /workspace/e2e-test-server/
1818

0 commit comments

Comments
 (0)