Skip to content

Bump Aspect CLI dep to github.com/aspect-build/aspect-cli v1.202449.18 #12

Bump Aspect CLI dep to github.com/aspect-build/aspect-cli v1.202449.18

Bump Aspect CLI dep to github.com/aspect-build/aspect-cli v1.202449.18 #12

Workflow file for this run

name: Default
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Go cache
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod', '**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- name: Build
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc build //...