diff --git a/auth/config/authorizationservertype_enumer.go b/auth/config/authorizationservertype_enumer.go index a5c7dc276..f6e89a6fd 100644 --- a/auth/config/authorizationservertype_enumer.go +++ b/auth/config/authorizationservertype_enumer.go @@ -1,6 +1,5 @@ // Code generated by "enumer --type=AuthorizationServerType --trimprefix=AuthorizationServerType -json"; DO NOT EDIT. -// package config import ( diff --git a/auth/config/samesite_enumer.go b/auth/config/samesite_enumer.go index af9bfdf6c..e42e58fbb 100644 --- a/auth/config/samesite_enumer.go +++ b/auth/config/samesite_enumer.go @@ -1,6 +1,5 @@ // Code generated by "enumer --type=SameSite --trimprefix=SameSite -json"; DO NOT EDIT. -// package config import ( diff --git a/go.mod b/go.mod index e9f525033..40ff231be 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/flyteorg/flyteadmin -go 1.18 +go 1.19 require ( cloud.google.com/go/iam v0.3.0 diff --git a/pkg/runtime/interfaces/inlineeventdatapolicy_enumer.go b/pkg/runtime/interfaces/inlineeventdatapolicy_enumer.go index 63ff94e89..7c3895b2c 100644 --- a/pkg/runtime/interfaces/inlineeventdatapolicy_enumer.go +++ b/pkg/runtime/interfaces/inlineeventdatapolicy_enumer.go @@ -1,6 +1,5 @@ // Code generated by "enumer -type=InlineEventDataPolicy -trimprefix=InlineEventDataPolicy"; DO NOT EDIT. -// package interfaces import (