diff --git a/.gitea/workflows/golangci-lint.yaml b/.gitea/workflows/golangci-lint.yaml index cb90cd8..a767b2d 100644 --- a/.gitea/workflows/golangci-lint.yaml +++ b/.gitea/workflows/golangci-lint.yaml @@ -13,7 +13,7 @@ jobs: - name: check-out uses: https://gitea.com/actions/checkout@v4 - name: set-up go - uses: https://gitea.com/actions/setup-go@v5 + uses: https://gitea.com/actions/setup-go@v3 with: go-version: ${{ matrix.go }} - name: lint