fixed
Some checks failed
Check software / prepare (push) Failing after 12m58s

This commit is contained in:
2024-07-06 15:39:03 +02:00
parent 2096ef0c0f
commit 5f8be6c92f

View File

@@ -14,17 +14,18 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: '1.21.4' go-version: '1.21.4'
cache: true
# - name: Install dependencies - name: Install dependencies
# run: go mod tidy run: go mod tidy
# - name: Install golangci-lint - name: Install golangci-lint
# run: | run: |
# curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
# - name: Run golangci-lint - name: Run golangci-lint
# run: | run: |
# $(go env GOPATH)/bin/golangci-lint run $(go env GOPATH)/bin/golangci-lint run
# - name: Build # - name: Build
# run: go build -v ./... # run: go build -v ./...