Skip to content

Bump github.com/maxmind/mmdbwriter from 0.0.0-20220825163615-57af2a70279f to 1.0.0 #47

Bump github.com/maxmind/mmdbwriter from 0.0.0-20220825163615-57af2a70279f to 1.0.0

Bump github.com/maxmind/mmdbwriter from 0.0.0-20220825163615-57af2a70279f to 1.0.0 #47

Workflow file for this run

---
name: test
on: [push, pull_request]
jobs:
docker:
runs-on: ubuntu-latest
name: Docker
steps:
- uses: actions/checkout@v4
- name: Download test database
run: curl --location https://github.com/maxmind/MaxMind-DB/raw/main/test-data/GeoLite2-Country-Test.mmdb -o GeoLite2-Country.mmdb
- name: docker build
run: docker build . -t mmdb-from-go:latest