Skip to content

chore(deps): bump the go group with 2 updates (#808) #521

chore(deps): bump the go group with 2 updates (#808)

chore(deps): bump the go group with 2 updates (#808) #521

Workflow file for this run

name: component CTFs
on:
pull_request:
branches:
-main
push:
branches:
- main
workflow_dispatch:
workflow_call:
permissions:
contents: read
pull-requests: read
jobs:
build-cli:
name: Build component
runs-on: large_runner
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
with:
path: |
~/.cache/go-build/
~/go/pkg/mod/
key: go-${{ hashFiles('go.sum') }}
restore-keys: |
go-
- name: Setup Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: CTF
run: PATH=$PATH:$(go env GOPATH)/bin make -C component/ ctf