Skip to content

Commit dba2383

Browse files
authored
chore: remove toolchain version
1 parent f3b163d commit dba2383

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ func runRoot(ctx context.Context) error {
6262

6363
c := exec.CommandContext(ctx, cc[0], cc[1:]...)
6464
c.Dir = cwd
65-
6665
c.Stdin = os.Stdin
6766
c.Stdout = os.Stdout
6867
c.Stderr = os.Stderr
68+
6969
if err := c.Run(); err != nil {
7070
return err
7171
}

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/zeiss/ghc
22

33
go 1.23.0
44

5-
toolchain go1.23.4
6-
75
require (
86
github.com/go-playground/validator/v10 v10.23.0
97
github.com/pkg/errors v0.9.1

0 commit comments

Comments
 (0)