change version

This commit is contained in:
ronnyfriedland 2025-03-20 20:20:17 +01:00
parent 239fe92bff
commit 760d906be9

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: go build -o timetracker cmd/main.go