Skip to content

Commit ab3dae0

Browse files
committed
fixup: remove toolchain in the hopes to make the linters run again
Signed-off-by: Simon Schrottner <[email protected]>
1 parent eea236c commit ab3dae0

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
GO_VERSION: '1.21'
13+
GO_VERSION: '1.23'
1414

1515
jobs:
1616
lint:

providers/flagd/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/open-feature/go-sdk-contrib/providers/flagd
22

33
go 1.24.0
44

5-
toolchain go1.24.4
6-
75
require (
86
buf.build/gen/go/open-feature/flagd/connectrpc/go v1.18.1-20250529171031-ebdc14163473.1
97
buf.build/gen/go/open-feature/flagd/grpc/go v1.5.1-20250529171031-ebdc14163473.2

tools/flagd-http-connector/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/open-feature/go-sdk-contrib/tools/flagd-http-connector
22

33
go 1.24.0
44

5-
toolchain go1.24.4
6-
75
require (
86
// github.com/open-feature/flagd/core v0.11.2
97
github.com/open-feature/go-sdk v1.15.1

0 commit comments

Comments
 (0)