Skip to content

go.mod: bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 #210

go.mod: bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0

go.mod: bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 #210

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...