Skip to content

Bump golang.org/x/tools from 0.13.0 to 0.14.0 #111

Bump golang.org/x/tools from 0.13.0 to 0.14.0

Bump golang.org/x/tools from 0.13.0 to 0.14.0 #111

Workflow file for this run

name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches:
- v*
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.18'
- name: build
run: go build ./cmd/mutility-analyzers && go build -o variable-format ./cmd/varfmt