Skip to content

Update index file and min go version #2014

Update index file and min go version

Update index file and min go version #2014

Workflow file for this run

name: Go Report Card
on:
push:
branches:
- "integration/main"
- "stable*"
pull_request:
branches:
- "integration/main"
- "stable*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Set up goreportcard
working-directory: /tmp
run: |
git clone https://github.com/gojp/goreportcard.git
cd goreportcard
make install
go install ./cmd/goreportcard-cli
- name: run report card
run: goreportcard-cli -v -t 90