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: 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: |