Skip to content

chore(deps): bump cloud.google.com/go/iam from 1.1.1 to 1.1.2 #245

chore(deps): bump cloud.google.com/go/iam from 1.1.1 to 1.1.2

chore(deps): bump cloud.google.com/go/iam from 1.1.1 to 1.1.2 #245

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