add Dockerfile
Some checks failed
Tests / test (pull_request) Failing after 4s

This commit is contained in:
Dan Anglin 2024-08-17 16:46:03 +01:00
parent 72ab61e28b
commit 52d2b45a92
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
FROM golang:1.23.0-alpine

View file

@ -3,7 +3,7 @@ name: "Testing"
description: "Performs unit and lint tests for Enbas with mage"
runs:
using: "docker"
image: "docker://golang:1.23.0-alpine"
image: "Dockerfile"
env:
ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1"