Skip to content

chore(deps): update golang docker tag to v1.22.1 #13

chore(deps): update golang docker tag to v1.22.1

chore(deps): update golang docker tag to v1.22.1 #13

name: Does The Container Build?
on:
pull_request:
jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Run tests
run: |
docker build . --file Dockerfile