Skip to content

Commit ee210fc

Browse files
feat: support added for go version 1.24 (#1044)
refactor: removed gov1.22 support
1 parent 5e36df5 commit ee210fc

File tree

30 files changed

+31
-33
lines changed

30 files changed

+31
-33
lines changed

.tekton/ci-build/github-eventlistener.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ spec:
5151
- apiVersion: tekton.dev/v1
5252
kind: PipelineRun
5353
metadata:
54-
name: $(tt.params.git-branch-normalized)-go22-$(tt.params.git-commit-short-sha)
54+
name: $(tt.params.git-branch-normalized)-go24-$(tt.params.git-commit-short-sha)
5555
spec:
5656
params:
5757
- name: revision
5858
value: $(tt.params.git-branch)
5959
- name: git-commit-sha
6060
value: $(tt.params.git-commit-sha)
6161
- name: go-version
62-
value: "1.22"
62+
value: "1.24"
6363
- name: excludeDirs
6464
value: ""
6565
pipelineRef:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The IBM Instana Go Tracer is an SDK that collects traces, metrics, logs and prov
1111

1212
### Supported Runtimes
1313
-----
14-
Go Collector 1.64 or later supports Go 1.23 and 1.22.
14+
Go Collector 1.67 or later supports Go 1.24 and 1.23.
1515

1616
> [!NOTE]
1717
> Make sure to always use the latest version of the tracer, as it provides new features, improvements, security updates and fixes.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/google/uuid v1.6.0

instrumentation/cloud.google.com/go/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/cloud.google.com/go
22

3-
go 1.22.7
4-
5-
toolchain go1.23.5
3+
go 1.23
64

75
require (
86
cloud.google.com/go/iam v1.3.1

instrumentation/instaamqp091/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaamqp091
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instaawssdk/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaawssdk
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.6

instrumentation/instaawsv2/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaawsv2
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1

instrumentation/instaazurefunction/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaazurefunction
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instabeego/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instabeego
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/beego/beego/v2 v2.3.4

instrumentation/instacosmos/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instacosmos
22

3-
go 1.22.0
3+
go 1.23
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0

instrumentation/instaecho/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaecho
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instafasthttp/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instafasthttp
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instafiber/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instafiber
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/gofiber/fiber/v2 v2.52.6

instrumentation/instagin/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instagin
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/gin-gonic/gin v1.10.0

instrumentation/instagocb/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instagocb
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/couchbase/gocb/v2 v2.9.3

instrumentation/instagorm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instagorm
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instagraphql/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instagraphql
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/graphql-go/graphql v0.8.1

instrumentation/instagrpc/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instagrpc
22

3-
go 1.22.7
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instahttprouter/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instahttprouter
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instalambda/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instalambda
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/aws/aws-lambda-go v1.47.0

instrumentation/instalogrus/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instalogrus
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/opentracing/opentracing-go v1.2.0

instrumentation/instamongo/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instamongo
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instamux/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instamux
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/gorilla/mux v1.8.1

instrumentation/instapgx/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instapgx
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/google/uuid v1.6.0

instrumentation/instapgx/v2/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instapgx/v2
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instaredigo/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaredigo
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/gomodule/redigo v1.9.2

instrumentation/instaredis/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaredis
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/go-redis/redis/v8 v8.11.5

instrumentation/instaredis/v2/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instaredis/v2
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/instana/go-sensor v1.66.2

instrumentation/instasarama/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/instana/go-sensor/instrumentation/instasarama
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/IBM/sarama v1.45.0

internal/bin/sql/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module sql
22

3-
go 1.22
3+
go 1.23
44

55
require github.com/mxschmitt/golang-combinations v1.2.0

0 commit comments

Comments
 (0)