Skip to content

Bump actions/checkout from 3 to 4 #44

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #44

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