Skip to content

build(deps): bump github.com/abema/go-mp4 from 1.3.0 to 1.4.0 (#169) #429

build(deps): bump github.com/abema/go-mp4 from 1.3.0 to 1.4.0 (#169)

build(deps): bump github.com/abema/go-mp4 from 1.3.0 to 1.4.0 (#169) #429

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.61.0
go-mod-tidy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- run: |
go mod tidy
git diff --exit-code