modified: .github/workflows/cicd.yml

new file:   .go-version
	modified:   Dockerfile
	modified:   go.mod
	modified:   go.sum
This commit is contained in:
Marvin
2025-07-30 09:02:42 +00:00
parent fcb745ca77
commit e51590509f
5 changed files with 11 additions and 136 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.23.1
go-version: 1.24
# - name: Update version in main.go
# run: |