Skip to content

Bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.8 #60

Bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.8

Bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.8 #60

Workflow file for this run

name: pr
on:
pull_request:
branches: [ main ]
jobs:
audit:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Audit
run: make audit
test:
timeout-minutes: 5
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest , macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run tests
run: make test