diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 9614a6e..c0bb7a8 100755 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -8,7 +8,7 @@ body: attributes: label: What helix version are you using? options: - - 0.15.x + - 0.16.x validations: required: true - type: dropdown diff --git a/integration/bucket/go.mod b/integration/bucket/go.mod index 0cda1dd..858c484 100755 --- a/integration/bucket/go.mod +++ b/integration/bucket/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/stretchr/testify v1.8.4 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 gocloud.dev v0.35.0 ) @@ -85,5 +85,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/integration/clickhouse/go.mod b/integration/clickhouse/go.mod index df8c517..0505f92 100755 --- a/integration/clickhouse/go.mod +++ b/integration/clickhouse/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/ClickHouse/clickhouse-go/v2 v2.16.0 github.com/stretchr/testify v1.8.4 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 ) require ( @@ -45,5 +45,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/integration/nats/go.mod b/integration/nats/go.mod index 206aabe..e1c76d5 100755 --- a/integration/nats/go.mod +++ b/integration/nats/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/nats-io/nats.go v1.31.0 github.com/stretchr/testify v1.8.4 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 go.opentelemetry.io/otel v1.21.0 ) @@ -38,5 +38,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/integration/openfeature/go.mod b/integration/openfeature/go.mod index 7ffd627..34dbde1 100755 --- a/integration/openfeature/go.mod +++ b/integration/openfeature/go.mod @@ -8,7 +8,7 @@ require ( github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.31 github.com/stretchr/testify v1.8.4 github.com/thomaspoignant/go-feature-flag v1.20.1 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 go.opentelemetry.io/otel v1.21.0 go.opentelemetry.io/otel/trace v1.21.0 ) @@ -48,5 +48,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/integration/postgres/go.mod b/integration/postgres/go.mod index f61b194..bf60f14 100755 --- a/integration/postgres/go.mod +++ b/integration/postgres/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/jackc/pgx/v5 v5.5.1 github.com/stretchr/testify v1.8.4 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 ) require ( @@ -39,5 +39,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/integration/rest/go.mod b/integration/rest/go.mod index 104bff5..6800bc2 100755 --- a/integration/rest/go.mod +++ b/integration/rest/go.mod @@ -8,7 +8,7 @@ require ( github.com/uptrace/bunrouter v1.0.21 github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.21 github.com/uptrace/bunrouter/extra/reqlog v1.0.21 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 ) @@ -50,5 +50,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/integration/temporal/go.mod b/integration/temporal/go.mod index 7b25047..f57e063 100755 --- a/integration/temporal/go.mod +++ b/integration/temporal/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/stretchr/testify v1.8.4 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 go.opentelemetry.io/otel v1.21.0 go.opentelemetry.io/otel/trace v1.21.0 go.temporal.io/api v1.26.0 @@ -50,5 +50,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/integration/vault/go.mod b/integration/vault/go.mod index 631a66b..8ea3469 100755 --- a/integration/vault/go.mod +++ b/integration/vault/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/hashicorp/vault/api v1.10.0 github.com/stretchr/testify v1.8.4 - go.nunchi.studio/helix v0.15.0 + go.nunchi.studio/helix v0.16.0 ) require ( @@ -54,5 +54,3 @@ require ( google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace go.nunchi.studio/helix => ../../ diff --git a/scripts/release.sh b/scripts/release.sh index 294ab68..078112e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -5,7 +5,7 @@ if [[ -z "$GITHUB_TOKEN" ]]; then exit 1 fi -export GORELEASER_CURRENT_TAG=v0.15.0 +export GORELEASER_CURRENT_TAG=v0.16.0 go work use -r ./