Skip to content

chore: upgrade go and actions versions #4

chore: upgrade go and actions versions

chore: upgrade go and actions versions #4

Workflow file for this run

# Make sure we can build the docker container
name: docker
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make buildcontainer