Merge pull request #1838 from microsec-ambrose/upgrade-compose-go

chore(deps): bump Go version and github.com/compose-spec/compose-go
This commit is contained in:
Kubernetes Prow Robot
2024-04-18 05:58:12 -07:00
committed by GitHub
11 changed files with 98 additions and 29 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ import (
"strconv"
"time"
"github.com/compose-spec/compose-go/types"
"github.com/compose-spec/compose-go/v2/types"
deployapi "github.com/openshift/api/apps/v1"
"github.com/pkg/errors"
"github.com/spf13/cast"
@@ -251,7 +251,7 @@ func (s *ServiceConfig) GetConfigMapKeyFromMeta(name string) (string, error) {
}
config := s.ConfigsMetaData[name]
if config.External.External {
if config.External {
return "", errors.Errorf("config %s is external", name)
}