Skip to content

bump go#12

Open
grokspawn wants to merge 1 commit into
operator-framework:mainfrom
grokspawn:go-bump
Open

bump go#12
grokspawn wants to merge 1 commit into
operator-framework:mainfrom
grokspawn:go-bump

Conversation

@grokspawn

Copy link
Copy Markdown
Contributor

No description provided.

@grokspawn grokspawn requested review from a team as code owners June 5, 2026 21:36
Signed-off-by: Jordan <jordan@nimblewidget.com>
Comment thread Tiltfile
Comment on lines +161 to +167
'catalogd': {
'image': 'quay.io/operator-framework/catalogd',
'binary': './cmd/catalogd',
'deployment': 'catalogd-controller-manager',
'deps': ['api', 'cmd/catalogd', 'internal/catalogd', 'internal/shared', 'go.mod', 'go.sum'],
'starting_debug_port': 20000,
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What?

tar -xzv -C /usr/local/bin tilt
- name: Install ctlptl
run: |
CTLPTL_VERSION="0.8.20"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may need to be updated to 0.9.4; something newer.

Comment thread Tiltfile
ARG GO_VERSION
FROM golang:${GO_VERSION}
ARG GO_VERSION
RUN CGO_ENABLED=0 go install github.com/go-delve/delve/cmd/dlv@v${GO_VERSION}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is apparently no version for go 1.26, so this might need to be @latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants