Skip to content

chore(deps): bump golang.org/x/tools from 0.22.0 to 0.28.0 in /generators/go #215

chore(deps): bump golang.org/x/tools from 0.22.0 to 0.28.0 in /generators/go

chore(deps): bump golang.org/x/tools from 0.22.0 to 0.28.0 in /generators/go #215

Workflow file for this run

name: go
on:
pull_request:
paths:
- "generators/go/**"
branches:
- main
workflow_call:
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Compile
working-directory: ./generators/go
run: go build ./...
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run Tests
working-directory: ./generators/go
run: make test