test
Some checks failed
CodeQL / Analyze (push) Failing after 1s
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 3s
Create the timetracker DEB / Create Package (push) Successful in 31s
Go / build (push) Successful in 1m31s

This commit is contained in:
Ronny Friedland 2025-08-06 08:52:14 +02:00
parent d540272153
commit ea03051cdc

View file

@ -16,6 +16,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: https://code.forgejo.org/actions/setup-go@v5
with:
go-version: '1.18'
- name: Tidy dependencies
run: go mod tidy