Skip to content

dev: bump golang.org/x/image from 0.14.0 to 0.18.0 in /tools #5151

dev: bump golang.org/x/image from 0.14.0 to 0.18.0 in /tools

dev: bump golang.org/x/image from 0.14.0 to 0.18.0 in /tools #5151

Workflow file for this run

name: API
on:
pull_request:
paths:
- ".github/workflows/proto.yml"
- "**.proto"
- "tools/**"
jobs:
protos:
name: Generate protos
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Go and Dependencies
uses: ./.github/actions/install-go-and-deps
- name: Build Mage
uses: ./.github/actions/build-mage
- name: Generate protos
run: tools/bin/mage proto:clean proto:all
- name: Lint protos
run: tools/bin/mage proto:lint
- name: Check for diff
run: tools/bin/mage git:diff