Skip to content

Bump github.com/gorilla/schema from 1.2.0 to 1.4.1 #11

Bump github.com/gorilla/schema from 1.2.0 to 1.4.1

Bump github.com/gorilla/schema from 1.2.0 to 1.4.1 #11

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run Tests
run: go test -v -bench=. -race ./...