Skip to content

build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#27) #58

build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#27)

build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#27) #58

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:
- main
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: test
run: go test ./...
- id: coverpkg
name: Calculate Coverage
uses: mutility/coverpkg@v1
with:
token: ${{ github.token }}
groupby: file
comment: replace