Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel committed Jan 17, 2025
1 parent b4c1cfd commit e866f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/oidc-token-verifier/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
type Logger interface {
logging.StructuredLoggerInterface
logging.WithLoggerInterface
Sync() error
}

type options struct {
Expand Down Expand Up @@ -269,4 +270,4 @@ func main() {
if err := rootCmd.Execute(); err != nil {
panic(err)
}
}
}
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/kyma-project/test-infra

go 1.23
go 1.23.0

toolchain go1.23.4

require (
Expand Down

0 comments on commit e866f04

Please sign in to comment.