Skip to content

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /jira-issue-opener #220

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /jira-issue-opener

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /jira-issue-opener #220

Workflow file for this run

name: build
on:
pull_request:
permissions: {}
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
matrix:
image:
- aws-auth
- github-issue-opener
- image-copy-ecr
- image-copy-gcr
- image-diff
- jira-issue-opener
- slack-webhook
- tag-history
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: ${{ matrix.image }}/go.mod
- uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6
- uses: chainguard-dev/actions/setup-registry@main
- working-directory: ${{ matrix.image }}
run: |
KO_DOCKER_REPO=localhost:1338/test ko build --image-refs=ko.images --bare .
echo "KO build $(cat ko.images)"