Skip to content

Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 (#1485) #20

Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 (#1485)

Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 (#1485) #20

Workflow file for this run

on:
push:
branches:
- master
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -race ./...