Skip to content

Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#48) #128

Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#48)

Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#48) #128

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@v5
with:
go-version: '^1.18'
- name: build
run: go build ./cmd/mutility-analyzers && go build -o variable-format ./cmd/varfmt