Skip to content

fix: content-type should set from meta #160

fix: content-type should set from meta

fix: content-type should set from meta #160

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
GOEXPERIMENT: "rangefunc"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.22'
- run: make test.race