Skip to content

Commit 7eb8a1c

Browse files
committed
version: Release v0.13.0
Signed-off-by: Loïc Saint-Roch <[email protected]>
1 parent f2908f5 commit 7eb8a1c

File tree

8 files changed

+8
-20
lines changed

8 files changed

+8
-20
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
label: What helix version are you using?
1010
options:
11-
- 0.11.x
11+
- 0.13.x
1212
validations:
1313
required: true
1414
- type: dropdown

integration/clickhouse/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.10.1
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.12.0
8+
go.nunchi.studio/helix v0.13.0
99
)
1010

1111
require (
@@ -49,5 +49,3 @@ require (
4949
google.golang.org/protobuf v1.30.0 // indirect
5050
gopkg.in/yaml.v3 v3.0.1 // indirect
5151
)
52-
53-
replace go.nunchi.studio/helix => ../../

integration/nats/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/nats-io/nats.go v1.27.1
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.12.0
8+
go.nunchi.studio/helix v0.13.0
99
go.opentelemetry.io/otel v1.16.0
1010
)
1111

@@ -43,5 +43,3 @@ require (
4343
google.golang.org/protobuf v1.30.0 // indirect
4444
gopkg.in/yaml.v3 v3.0.1 // indirect
4545
)
46-
47-
replace go.nunchi.studio/helix => ../../

integration/postgres/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/jackc/pgx/v5 v5.4.1
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.12.0
8+
go.nunchi.studio/helix v0.13.0
99
)
1010

1111
require (
@@ -41,5 +41,3 @@ require (
4141
google.golang.org/protobuf v1.30.0 // indirect
4242
gopkg.in/yaml.v3 v3.0.1 // indirect
4343
)
44-
45-
replace go.nunchi.studio/helix => ../../

integration/rest/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/uptrace/bunrouter v1.0.20
99
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.20
1010
github.com/uptrace/bunrouter/extra/reqlog v1.0.20
11-
go.nunchi.studio/helix v0.12.0
11+
go.nunchi.studio/helix v0.13.0
1212
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
1313
)
1414

@@ -55,5 +55,3 @@ require (
5555
gopkg.in/yaml.v2 v2.4.0 // indirect
5656
gopkg.in/yaml.v3 v3.0.1 // indirect
5757
)
58-
59-
replace go.nunchi.studio/helix => ../../

integration/temporal/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/stretchr/testify v1.8.4
7-
go.nunchi.studio/helix v0.12.0
7+
go.nunchi.studio/helix v0.13.0
88
go.opentelemetry.io/otel v1.16.0
99
go.opentelemetry.io/otel/trace v1.16.0
1010
go.temporal.io/api v1.23.0
@@ -50,5 +50,3 @@ require (
5050
google.golang.org/protobuf v1.30.0 // indirect
5151
gopkg.in/yaml.v3 v3.0.1 // indirect
5252
)
53-
54-
replace go.nunchi.studio/helix => ../../

integration/vault/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/hashicorp/vault/api v1.9.2
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.12.0
8+
go.nunchi.studio/helix v0.13.0
99
)
1010

1111
require (
@@ -58,5 +58,3 @@ require (
5858
google.golang.org/protobuf v1.30.0 // indirect
5959
gopkg.in/yaml.v3 v3.0.1 // indirect
6060
)
61-
62-
replace go.nunchi.studio/helix => ../../

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ -z "$GITHUB_TOKEN" ]]; then
55
exit 1
66
fi
77

8-
export GORELEASER_CURRENT_TAG=v0.12.0
8+
export GORELEASER_CURRENT_TAG=v0.13.0
99

1010
go work use -r ./
1111

0 commit comments

Comments
 (0)