Move internal/cmd to cmd
Some checks failed
Test and build / test (push) Successful in 58s
Test and build / Build (amd64, , linux) (push) Failing after 57s
Test and build / Build (arm, 6, linux) (push) Failing after 59s
Test and build / Build (arm, 7, linux) (push) Failing after 58s

This commit is contained in:
2026-02-23 15:53:37 +01:00
parent 5778cd03b0
commit a705b747b2
4 changed files with 7 additions and 5 deletions

View File

@@ -38,8 +38,10 @@ jobs:
steps:
- name: Debug env
run: env | sort
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
check-latest: false