Skip to content

Bump github.com/cloudflare/circl from 1.3.0 to 1.3.7 #305

Bump github.com/cloudflare/circl from 1.3.0 to 1.3.7

Bump github.com/cloudflare/circl from 1.3.0 to 1.3.7 #305

Workflow file for this run

name: Build
on:
push:
paths:
- '**'
- '!**.md'
- '!dev/**'
- '!verify/**'
jobs:
build:
strategy:
matrix:
include:
- { runner: ubuntu, os: linux, arch: amd64 }
- { runner: ubuntu, os: linux, arch: arm64 }
- { runner: ubuntu, os: windows, arch: amd64 }
- { runner: ubuntu, os: windows, arch: arm64 }
- { runner: macos, os: darwin, arch: amd64 }
- { runner: macos, os: darwin, arch: arm64 }
runs-on: ${{ matrix.runner }}-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
# Dogfood this Action to build its own CLI.
- uses: ./
with:
# We override the default product name so that this test build
# of the CLI doesn't take the place of the cli built by the action.
product_name: actions-go-build-test-build
go_version: '1.20'
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}
instructions: go build -o $BIN_PATH -trimpath -buildvcs=false