Add some go setup test
Some checks failed
/ test (push) Failing after 40s

This commit is contained in:
Hactarus 2024-11-09 16:29:51 +01:00
parent 799d13ea0c
commit 45eaf82890

View file

@ -1,6 +1,16 @@
on: [push]
on:
push:
branches:
- main
jobs:
test:
runs-on: docker
container:
image: alpine:latest
steps:
- run: echo All Good
- run: echo ${{ inputs.logLevel }}
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
- run: go version