This commit is contained in:
2024-07-06 15:35:50 +02:00
parent 60b661ccfb
commit 7c0d1eaeef

View File

@@ -15,8 +15,8 @@ jobs:
with:
go-version: '^1.21.4'
- name: Install dependencies
run: go mod tidy
# - name: Install dependencies
# run: go mod tidy
# - name: Install golangci-lint
# run: |