Skip to content

Bump actions/setup-go from 5.0.0 to 5.0.2 #308

Bump actions/setup-go from 5.0.0 to 5.0.2

Bump actions/setup-go from 5.0.0 to 5.0.2 #308

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-gcp
- image-diff
- jira-issue-opener
- slack-webhook
- tag-history
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
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)"