Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ko-build/setup-ko from f6bcbe6bd48f22c3dc2f08049d856cf0fc719d96 to 6c66175e66923f9ab885351cb71cd382f0e6b431 #8

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-connect-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
go-version: '1.22.x'
cache-dependency-path: ./connect/go.mod
# use a specific commit of the ko-build/setup-ko action that includes lower casing of docker repo name.
- uses: ko-build/setup-ko@f6bcbe6bd48f22c3dc2f08049d856cf0fc719d96 #v0.6 + latest commits as of 2024-04-12
- uses: ko-build/setup-ko@6c66175e66923f9ab885351cb71cd382f0e6b431 #v0.6 + latest commits as of 2024-04-12
- run: ko build ./cmd/connect --base-import-paths
working-directory: ./connect