Skip to content

chore: bump cosign version to 3.4.0 (#1789) #18

chore: bump cosign version to 3.4.0 (#1789)

chore: bump cosign version to 3.4.0 (#1789) #18

Workflow file for this run

name: sample-run
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.21"
- name: Build Keploy
run: |
go build -v ./...
- name: Build arm
run: GOOS=linux GOARCH=arm64 go build -v ./...