Skip to content

Commit 31f65ac

Browse files
authored
Merge branch 'main' into zhaez/merge-releases
2 parents 4316e25 + f685525 commit 31f65ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests-with-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
path: aws-otel-java-instrumentation
9898

9999
- name: Set up Go 1.x
100-
uses: actions/setup-go@v5
100+
uses: actions/setup-go@v6
101101
with:
102102
go-version: '~1.18.9'
103103

sample-apps/udp-exporter-test-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
kotlin("jvm") version "1.9.0"
3+
kotlin("jvm") version "2.1.0-RC2"
44
id("io.spring.dependency-management") version "1.1.0"
55
id("org.springframework.boot") version "2.7.17"
66
}

0 commit comments

Comments
 (0)