Skip to content

feat(deps): bump go.einride.tech/sage from 0.278.0 to 0.279.1 in /.sage #319

feat(deps): bump go.einride.tech/sage from 0.278.0 to 0.279.1 in /.sage

feat(deps): bump go.einride.tech/sage from 0.278.0 to 0.279.1 in /.sage #319

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.22"
- name: Make
run: make
- name: Dry-run semantic-release
run: make semantic-release repo=${{ github.repository }} dry=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}