Skip to content

build(deps): bump go.einride.tech/sage from 0.310.0 to 0.324.0 in /.sage in the sage-go-dependencies group across 1 directory #324

build(deps): bump go.einride.tech/sage from 0.310.0 to 0.324.0 in /.sage in the sage-go-dependencies group across 1 directory

build(deps): bump go.einride.tech/sage from 0.310.0 to 0.324.0 in /.sage in the sage-go-dependencies group across 1 directory #324

Workflow file for this run

name: ci
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
make:
runs-on: ubuntu-latest
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: 1.18
- name: Make
run: make
- name: Report Code Coverage
uses: codecov/codecov-action@v3
with:
file: .sage/build/go/coverage/go-test.txt
fail_ci_if_error: true