Skip to content

Bump golang.org/x/tools from 0.12.0 to 0.14.0 #132

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

Bump golang.org/x/tools from 0.12.0 to 0.14.0 #132

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ["stable", "oldstable"]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Build and Test
run: ./scripts/ci.sh