This commit is contained in:
2024-07-06 15:33:30 +02:00
parent 630c135a74
commit e9a9cbf31d

View File

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