chore(deps): bump the go-dependencies group in /.sage with 1 update #430
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: review | |
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.21' | |
check-latest: true | |
fetch-depth: 1 // only get latest commit | |
- name: Make | |
run: make |