Skip to content

Bump github.com/ttab/elephantine from 0.9.7 to 0.10.1 #481

Bump github.com/ttab/elephantine from 0.9.7 to 0.10.1

Bump github.com/ttab/elephantine from 0.9.7 to 0.10.1 #481

Workflow file for this run

name: Run tests
on:
push:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21.6'
cache: true
- name: Run go tests
run: |
go test ./...